RHEL9-CIS/.github/workflows/github_vars.tfvars
Kristian da0734c3a8 Revert "Merge 'devel' of kris9854/RHEL9-CIS-fix into devel"
This reverts commit d4471a3016, reversing
changes made to d6ca36a91f.
2022-09-26 19:10:53 +02:00

14 lines
427 B
HCL

// github_actions variables
// Resourced in github_networks.tf
// Declared in variables.tf
//
namespace = "github_actions"
environment = "lockdown_github_repo_workflow"
// Matching pair name found in AWS for keypairs PEM key
ami_key_pair_name = "github_actions"
private_key = "'.ssh/github_actions.pem'"
main_vpc_cidr = "172.22.0.0/24"
public_subnets = "172.22.0.128/26"
private_subnets = "172.22.0.192/26"