Skip to content

Commit

Permalink
Fixes README example to use public_subnets (#25)
Browse files Browse the repository at this point in the history
instead subnets, which is not an input
  • Loading branch information
davidbegin authored Aug 7, 2023
1 parent 83ed439 commit e07893d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module "bastion" {
name_prefix = "core-example"
vpc_id = "vpc-abasdasd132"
subnets = ["subnet-abasdasd132123", "subnet-abasdasd132123132"]
public_subnets = ["subnet-abasdasd132123", "subnet-abasdasd132123132"]
hosted_zone_id = "Z1IY32BQNIYX16"
ssh_key_name = "test"
Expand Down

0 comments on commit e07893d

Please sign in to comment.