diff --git a/terraform-plans/configs/charmed-openstack-exporter-snap_main.tfvars b/terraform-plans/configs/charmed-openstack-exporter-snap_main.tfvars index 9b14f79..44d9b78 100644 --- a/terraform-plans/configs/charmed-openstack-exporter-snap_main.tfvars +++ b/terraform-plans/configs/charmed-openstack-exporter-snap_main.tfvars @@ -12,11 +12,30 @@ templates = { destination = ".github/CODEOWNERS" vars = {} } + check = { + source = "./templates/github/snap_check.yaml.tftpl" + destination = ".github/workflows/check.yaml" + vars = { + runs_on = "[[ubuntu-22.04], [self-hosted, jammy, ARM64]]", + } + } promote = { source = "./templates/github/snap_promote.yaml.tftpl" destination = ".github/workflows/promote.yaml" vars = {} } + release = { + source = "./templates/github/snap_release.yaml.tftpl" + destination = ".github/workflows/release.yaml" + vars = { + runs_on = "[[ubuntu-22.04], [self-hosted, jammy, ARM64]]", + } + } + yamllint = { + source = "./templates/github/snap_yamllint.yaml.tftpl" + destination = ".yamllint" + vars = {} + } jira_sync_config = { source = "./templates/github/jira_sync_config.yaml.tftpl" destination = ".github/.jira_sync_config.yaml"