forked from hashicorp/terraform
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
provider/openstack: Enable DHCP By Default
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 hashicorp#6052. Recent discussions have shown that users prefer if DHCP is enabled by default. This commit implements makes the change.
- Loading branch information
1 parent
211a41a
commit eaa8c56
Showing
3 changed files
with
35 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters