Files
opentf/website/source/docs/providers/aws
Paul Stack 5ecc8e3169 provider/aws: aws_db_instance now defaults publicly_accessible to (#7117)
false

Fixes #7035

A known issue in Terraform means that d.GetOk() on a bool which is false
will mean it doesn't get evaulated. Therefore, when people set
publicly_accessible to false, it will never get evaluated on the Create

We are going to make it default to false now
2016-06-10 23:55:36 +02:00
..