-
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: openstack_fw_policy_v1
defaulting shared
results in 400 response
#9829
Comments
… specified. Documentation updated to reflect removal of default value. Fixes hashicorp#9829
… specified. Documentation updated to reflect removal of default value. Fixes hashicorp#9829
@fatmcgav passing The patch you made looks great, so I'm going to merge it. :) |
@jtopjian I don't, but I can try and find-out... I doubt it's default though, as they've made lots of 'tweaks' to stuff... |
@fatmcgav sounds good! Definitely interested if you can find out :) |
… specified. Documentation updated to reflect removal of default value. Fixes hashicorp#9829
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. |
The
openstack_fw_policy_v1
resource defaultsshared
tofalse
.However
shared
is an 'admin-only' field, as described here: openstack-api-ref/networking/v2/fwaas#create-firewall-policyAttempting to specify
shared
with a non-admin accounts results in a HTTP 400 response from Neutron.Terraform Version
0.7.8-dev
Affected Resource(s)
-
openstack_fw_policy_v1
Terraform Configuration Files
Pull request incoming to resolve.
The text was updated successfully, but these errors were encountered: