-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
Fix Value Conversion Error
panics for Plugin Framework resources when null
tag values are specified
#34319
Conversation
Value Conversion Error
panics for Framework when null
tag values are specifiedValue Conversion Error
panics for Framework resources when null
tag values are specified
Community NoteVoting for Prioritization
For Submitters
|
Thank you for your contribution! 🚀 A new usage of AWS SDK for Go V1 was detected. Please prefer AWS SDK for Go V2 for all net-new services. If this is an enhancement or bug fix to an existing AWS SDK Go V1 based resource, this comment can be safely ignored. For additional information refer to the AWS SDK for Go Versions page in the contributor guide. |
Value Conversion Error
panics for Framework resources when null
tag values are specifiedValue Conversion Error
panics for Plugin Framework resources when null
tag values are specified
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.
LGTM 🎉
% make testacc TESTARGS='-run=TestAccAppConfigEnvironment_' PKG=appconfig
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/appconfig/... -v -count 1 -parallel 20 -run=TestAccAppConfigEnvironment_ -timeout 360m
=== RUN TestAccAppConfigEnvironment_basic
=== PAUSE TestAccAppConfigEnvironment_basic
=== RUN TestAccAppConfigEnvironment_disappears
=== PAUSE TestAccAppConfigEnvironment_disappears
=== RUN TestAccAppConfigEnvironment_updateName
=== PAUSE TestAccAppConfigEnvironment_updateName
=== RUN TestAccAppConfigEnvironment_updateDescription
=== PAUSE TestAccAppConfigEnvironment_updateDescription
=== RUN TestAccAppConfigEnvironment_monitors
=== PAUSE TestAccAppConfigEnvironment_monitors
=== RUN TestAccAppConfigEnvironment_multipleEnvironments
=== PAUSE TestAccAppConfigEnvironment_multipleEnvironments
=== RUN TestAccAppConfigEnvironment_tags
=== PAUSE TestAccAppConfigEnvironment_tags
=== RUN TestAccAppConfigEnvironment_tagsWithNullValue
=== PAUSE TestAccAppConfigEnvironment_tagsWithNullValue
=== RUN TestAccAppConfigEnvironment_frameworkMigration_basic
=== PAUSE TestAccAppConfigEnvironment_frameworkMigration_basic
=== RUN TestAccAppConfigEnvironment_frameworkMigration_monitors
=== PAUSE TestAccAppConfigEnvironment_frameworkMigration_monitors
=== CONT TestAccAppConfigEnvironment_basic
=== CONT TestAccAppConfigEnvironment_multipleEnvironments
=== CONT TestAccAppConfigEnvironment_frameworkMigration_basic
=== CONT TestAccAppConfigEnvironment_frameworkMigration_monitors
=== CONT TestAccAppConfigEnvironment_tagsWithNullValue
=== CONT TestAccAppConfigEnvironment_updateDescription
=== CONT TestAccAppConfigEnvironment_monitors
=== CONT TestAccAppConfigEnvironment_updateName
=== CONT TestAccAppConfigEnvironment_tags
=== CONT TestAccAppConfigEnvironment_disappears
--- PASS: TestAccAppConfigEnvironment_basic (120.19s)
--- PASS: TestAccAppConfigEnvironment_frameworkMigration_basic (120.32s)
--- PASS: TestAccAppConfigEnvironment_disappears (121.78s)
--- PASS: TestAccAppConfigEnvironment_tagsWithNullValue (123.16s)
--- PASS: TestAccAppConfigEnvironment_updateName (182.06s)
--- PASS: TestAccAppConfigEnvironment_frameworkMigration_monitors (182.59s)
--- PASS: TestAccAppConfigEnvironment_multipleEnvironments (197.87s)
--- PASS: TestAccAppConfigEnvironment_tags (223.83s)
--- PASS: TestAccAppConfigEnvironment_updateDescription (226.76s)
--- PASS: TestAccAppConfigEnvironment_monitors (331.29s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/appconfig 334.582s
This functionality has been released in v5.25.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 pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Description
Handle
null
tag values for resources using Terraform Plugin Framework.Relations
Closes #34294.
References
Output from Acceptance Testing
Before
After