Skip to content

Commit 5e2a345

Browse files
author
Ryan Jiang
authored
Merge pull request #8 from mswezey23/patch-1
Update README.md for aws_ecs_ec2 module
2 parents f302062 + 9095ffc commit 5e2a345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/aws_ecs_ec2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module "retool" {
1515
"<your-subnet-1>",
1616
"<your-subnet-2>"
1717
]
18-
ssh_key_pair = "<your-key-pair>"
18+
ssh_key_name = "<your-key-pair>"
1919
ecs_retool_image = "<desired-retool-version>"
2020
2121
# Additional configuration

0 commit comments

Comments
 (0)