-
Notifications
You must be signed in to change notification settings - Fork 427
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
[Bug]: ENFORCE_NETWORK_RULES_FOR_INTERNAL_STAGES parameter setting does not work #3344
Comments
Hi @yuukiyamanaka 👋 Thanks for reporting this and raising the PR. I added a small comment in the review. |
) <!-- Feel free to delete comments as you fill this in --> <!-- summary of changes --> `ENFORCE_NETWORK_RULES_FOR_INTERNAL_STAGES` requires boolean parameter so I change the setting from ddl:keyword to ddl:parameter. ## Test Plan <!-- detail ways in which this PR has been tested or needs to be tested --> * [ ] acceptance tests <!-- add more below if you think they are relevant --> * [ ] … ## References <!-- issues documentation links, etc --> #3344 Co-authored-by: Jakub Michalak <[email protected]>
I'm sorry for my late response. |
Thanks for the response. FYI, we close the issues after the fixes are released (this one has not been released yet), and the fix is confirmed by the customer :) I'll reopen this for now, and close again after the release. |
I'm sorry for the trouble and thank you very much. |
Hi @yuukiyamanaka 👋 We've released v1.0.3 with the fix (release, migration guide). Please upgrade to this version. |
Terraform CLI Version
1.9.4
Terraform Provider Version
1.0.1
Company Name
No response
Terraform Configuration
Category
category:resource
Object type(s)
resource:account_parameter
Expected Behavior
TF should run the below query
Actual Behavior
Raise the below error at
terraform apply
.TF currently run the below Query
true
parameter is missing.Steps to Reproduce
How much impact is this issue causing?
Low
Logs
No response
Additional Information
This error raises because ENABLE_UNHANDLED_EXCEPTIONS_REPORTING is treated as keyword type parameter in SDK.
I create PR as reference for fix
#3343
Would you like to implement a fix?
The text was updated successfully, but these errors were encountered: