-
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
provider/openstack: Enable Security Group Updates #14815
provider/openstack: Enable Security Group Updates #14815
Conversation
This commit enables security group names and descriptions to be updated without causing a recreate.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Love not having to create things :) LGTM!
…ple-target-ids * master: (4237 commits) website: don't use regexp for sidebar_current in ovh.erb website: correct formatting of gitlab doc preambles website: when building, run middleman in verbose mode website: don't use regex for sidebar_current, in github.erb website: fix regex release: clean up after v0.9.6 v0.9.6 add mutexes to Local, Backup, and InmemState add mutexes to remote.State call PersistState immediately when cancelling have StateHook periodically PersistState provider/opc: update opc provider vendor Fix typo (tesr -> test) (hashicorp#14825) Update CHANGELOG.md Update CHANGELOG.md provider/openstack: Enable Security Group Updates (hashicorp#14815) Fix gitlab documentation (hashicorp#14803) Doc fixes for managed disks in VMs (hashicorp#14811) Update news section with Google Cloud webinar post-event info (hashicorp#14816) provider/openstack: Updating DNS docs ... # Conflicts: # builtin/providers/aws/resource_aws_alb_target_group_attachment.go
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. |
This commit enables security group names and descriptions to
be updated without causing a recreate.
For #12912