f5devcentral / terraform-aws-bigip

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

password policy and 1-nic fixes #39 fixes #37 #40

Closed mjmenger closed 4 years ago

mjmenger commented 4 years ago

the 1-nic example passed public subnets to the provisioning module. However, the 1-nic deploy only requires management subnets. the fix uses the public subnets of the vpc for management, in place of the database subnets that are used in the case of the 3-nic example.