-
Notifications
You must be signed in to change notification settings - Fork 9.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Openstack provider boolean values create a change #1741
Comments
mitchellh
added a commit
that referenced
this issue
Apr 30, 2015
mitchellh
added a commit
that referenced
this issue
Apr 30, 2015
provider/openstack: enable_dhcp should be bool [GH-1741]
catsby
added a commit
that referenced
this issue
May 1, 2015
…oup-remove-default-egress * upstream/master: (24 commits) helper/resource: fix accidentaly swallowing of acctest step errors Update CHANGELOG.md providers/aws: Implements DHCP Options Set support. update CHANGELOG update CHANGELOG Update CHANGELOG.md Update CHANGELOG.md Update CHANGELOG.md core: fix targeting with non-word chars update CHANGELOG update CHANGELOG docs: Fix styling in provider code block provider/openstack: enable_dhcp should be bool [GH-1741] config: add module raw configs to InterpolatedConfigs [GH-1448] terraform: EvalDeleteOutput and context test terraform: add output orphan transformer providers/aws: add source_security_group to elb core: graph command gets -verbose and -draw-cycles core: fix targeting in destroy w/ provisioners core: validate on verbose graph to detect some cycles earlier ...
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
ghost
locked and limited conversation to collaborators
May 3, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm going to use subnet in the example, but this happens with other boolean values in the Openstack provider, such as "admin_state_up" in the router resource.
Any time I set a boolean value to true in the config, the terraform plan reports that it will change from "true" => "1"
Here's the resource definition (fixed to note that we actually use true, not 1)
Here's the current state:
This is the output of terraform plan
The text was updated successfully, but these errors were encountered: