f5devcentral / terraform-aws-bigip

BIG-IP AWS module for the Terraform Registry
MIT License
10 stars 25 forks source link

Typo in readme #27

Closed s-archer closed 4 years ago

s-archer commented 4 years ago

Readme 3nic example states:

vpc_mgmt_subnet_ids = [subnet-01234567890abcdef]
vpc_private_subnet_ids = [subnet-01234567890ghijkl]
vpc_mgmt_subnet_ids    = [subnet-01234567890mnopqr]

Should this be:

vpc_mgmt_subnet_ids = [subnet-01234567890abcdef]
vpc_public_subnet_ids = [subnet-01234567890ghijkl]
vpc_private_subnet_ids    = [subnet-01234567890mnopqr]