Skip to content
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

provider/openstack: Clean up some attributes in LBaaS VIP resource #3927

Merged

Conversation

jtopjian
Copy link
Contributor

This commit makes a few attributes computed so the generated information
is accessible after creation.

It also fixes the "persistent" attribute, which previously had a typo.

Finally, it converts "admin_state_up" to a Boolean to match the majority
of other attributes of the same name.

Fixes #2908

This commit makes a few attributes computed so the generated information
is accessible after creation.

It also fixes the "persistence" attribute, which previously had a typo.

Finally, it converts "admin_state_up" to a Boolean to match the majority
of other attributes of the same name.
@brianvans
Copy link

I tested this branch against the terraform file I was using in #2908, and the VIP was calculated properly. Good stuff 👍

@jtopjian
Copy link
Contributor Author

@brianvans Awesome, thanks!

@phinze Will changing the variable type from String to Bool cause any issues with existing deployments?

@phinze
Copy link
Contributor

phinze commented Nov 17, 2015

@jtopjian everything is coerced into a string down in the state JSON so I believe we should be safe here

@jtopjian
Copy link
Contributor Author

@phinze Sounds good. Thanks!

jtopjian added a commit that referenced this pull request Nov 18, 2015
…cleanup

provider/openstack: Clean up some attributes in LBaaS VIP resource
@jtopjian jtopjian merged commit 51a2fbd into hashicorp:master Nov 18, 2015
@jtopjian jtopjian deleted the jtopjian-openstack-lbvip-attr-cleanup branch March 23, 2017 16:07
omeid pushed a commit to omeid/terraform that referenced this pull request Mar 30, 2018
`govendor fetch github.com/aws/aws-sdk-go/[email protected]`

* Adds support for DynamoDB PITR (hashicorp#3927)
@ghost
Copy link

ghost commented Apr 15, 2020

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 ghost locked and limited conversation to collaborators Apr 15, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Openstack load balancer vip address isn't computed
3 participants