diff --git a/terraform-plans/configs/derper-snap_main.tfvars b/terraform-plans/configs/derper-snap_main.tfvars index 2a4b073..381f86e 100644 --- a/terraform-plans/configs/derper-snap_main.tfvars +++ b/terraform-plans/configs/derper-snap_main.tfvars @@ -22,7 +22,9 @@ templates = { promote = { source = "./templates/github/snap_promote.yaml.tftpl" destination = ".github/workflows/promote.yaml" - vars = {} + vars = { + promote_options = "['latest/edge -> latest/candidate', 'latest/candidate -> latest/stable']" + } } release = { source = "./templates/github/snap_release.yaml.tftpl" diff --git a/terraform-plans/configs/headscale-snap_main.tfvars b/terraform-plans/configs/headscale-snap_main.tfvars index f2292f6..ae26f4c 100644 --- a/terraform-plans/configs/headscale-snap_main.tfvars +++ b/terraform-plans/configs/headscale-snap_main.tfvars @@ -22,7 +22,9 @@ templates = { promote = { source = "./templates/github/snap_promote.yaml.tftpl" destination = ".github/workflows/promote.yaml" - vars = {} + vars = { + promote_options = "['latest/edge -> latest/candidate', 'latest/candidate -> latest/stable']" + } } release = { source = "./templates/github/snap_release.yaml.tftpl"