diff --git a/.gitignore b/.gitignore index 9531365..3190621 100644 --- a/.gitignore +++ b/.gitignore @@ -19,13 +19,6 @@ crash.log crash.*.log -# Exclude all .tfvars files, which are likely to contain sensitive data, such as -# password, private keys, and other secrets. These should not be part of version -# control as they are data points which are potentially sensitive and subject -# to change depending on the environment. -*.tfvars -*.tfvars.json - # Ignore override files as they are usually used to override resources locally and so # are not checked in override.tf diff --git a/varfiles/automation-repos.tfvars b/varfiles/automation-repos.tfvars new file mode 100644 index 0000000..9f05a6d --- /dev/null +++ b/varfiles/automation-repos.tfvars @@ -0,0 +1,26 @@ +# The name of the ECS cluster +image_name = "github-runner" +image_version = "1.57.0" +server_url = "https://github.e.it.census.gov" +create_vpc_endpoint = true +create_ecs_cluster = true + +ecs_cluster_name = "ecs-ghe-runners" +vpc_id = "vpc-00576a396ec570b94" + +namespace = "csvd-ghe-runner" +repo_org = "CSVD" + +subnets = [ + "subnet-04b80d7ce5199f82b" +] + +security_groups = [ + # "sg-0d828d223df9834a6" + "sg-0641c697588b9aa6b" +] + +certs = { + bucket = "image-pipeline-assets" + key = "katello-server-ca.pem" +}