mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 22:23:06 +00:00
Added private key var
This commit is contained in:
parent
78116ee738
commit
d99ab69928
1 changed files with 2 additions and 1 deletions
3
.github/workflows/github_vars.tfvars
vendored
3
.github/workflows/github_vars.tfvars
vendored
|
|
@ -7,6 +7,7 @@ namespace = "github_actions"
|
|||
|
||||
// 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"
|
||||
private_subnets = "172.22.0.192/26"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue