Skip to content

Commit 2013270

Browse files
authored
Merge pull request #16 from ansible-lockdown/key_cycle
updated key name
2 parents a609d0a + 024e150 commit 2013270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github_vars.tfvars

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace = "Lockdown_enterprise_workflow"
77

88
// Matching pair name found in AWS for keypairs PEM key
99
ami_key_pair_name = "LE_workflow_key"
10-
private_key = ".ssh/LE_workflow_key.pem"
10+
private_key = ".ssh/github_actions.pem"
1111
main_vpc_cidr = "172.22.0.0/24"
1212
public_subnets = "172.22.0.128/26"
1313
private_subnets = "172.22.0.192/26"

0 commit comments

Comments
 (0)