-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
r/aws_emr_cluster: bootstrap_action.args
empty string value not sent to AWS
#32735
Comments
Community NoteVoting for Prioritization
Volunteering to Work on This Issue
|
bootstrap_action.args empty
string value not sent to AWS
bootstrap_action.args empty
string value not sent to AWSbootstrap_action.args
empty string value not sent to AWS
Testing a modified version of the resource that does send the empty string ( args = ["1",
"\"\"",
"3"
] works. |
Terraform takes the empty string in the |
This functionality has been released in v5.12.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
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. |
terraform apply
this configuration:A subsequent
terraform plan
shows a diff:terraform-provider-aws/internal/flex/flex.go
Lines 23 to 32 in 5c820cd
The text was updated successfully, but these errors were encountered: