Skip to content

Commit

Permalink
pushing var file
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Oct 1, 2024
1 parent 687c306 commit e22908d
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
26 changes: 26 additions & 0 deletions varfiles/automation-repos.tfvars
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit e22908d

Please sign in to comment.