Skip to content

Commit 62d58ac

Browse files
authored
Merge pull request #17 from ansible-lockdown/key_cycle
fixed typo
2 parents 2013270 + c0592a6 commit 62d58ac

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
@@ -6,7 +6,7 @@
66
namespace = "Lockdown_enterprise_workflow"
77

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

0 commit comments

Comments
 (0)