RHEL9-CIS/.github/workflows/github_vars.tfvars
Mark Bolwell 05a3c5dccf updated workflows
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
Signed-off-by: Kristian Ebdrup <kris9854@gmail.com>
2022-09-21 19:15:46 +02:00

14 lines
418 B
HCL

// github_actions variables
// Resourced in github_networks.tf
// Declared in variables.tf
//
namespace = "github_actions"
environment = "github_test_pipeline"
// 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"