mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-04-27 18:00:48 -04:00
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