-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor default.auto.tfvars and main.tf
- Set create_vpc_endpoint to false in default.auto.tfvars - Updated subnets and security_groups in default.auto.tfvars - Added aws_account variable in default.auto.tfvars - Updated desired_count to 1 in varfiles/csvd.tfvars - Updated certs bucket and key in varfiles/csvd.tfvars - Updated cluster_size to 1 in variables.tf
- Loading branch information
Showing
4 changed files
with
26 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,11 @@ | ||
| namespace = "csvd-ghe-runner" | ||
| repo_org = "CSVD" | ||
| desired_count = 3 | ||
| desired_count = 1 | ||
| aws_account = "cvsd-dev-ew" | ||
|
|
||
|
|
||
| certs = { | ||
| bucket = "github-actions-assets-us-gov-west-1-229685449397" | ||
| key = "katello-server-ca.pem" | ||
| } | ||
|
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters