mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-01-04 10:01:33 -05:00
The openstack_networking_subnet_v2 resource was originally designed to have DHCP disabled by default; however, a bug in the original implementation caused DHCP to always be enabled and never be disabled. This bug was fixed in #6052. Recent discussions have shown that users prefer if DHCP is enabled by default. This commit implements makes the change.