quoted private_key

This commit is contained in:
uk-bolly 2022-07-26 17:17:36 +01:00 committed by GitHub
parent b1daec8c24
commit 5a2da89394
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +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"
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"