-
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(26271): a changed provisioning_artifact_name is now taken into account and triggers an update in AWS for a provisioned_product #26371
Conversation
…count and triggers are an update in AWS for a provisioned_product Fixes hashicorp#26271
Any chance to get that PR reviewed and merged somewhen soonish? Thanks! |
…ifact_name_change
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 PKG=servicecatalog TESTS=TestAccServiceCatalogProvisionedProduct_
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/servicecatalog/... -v -count 1 -parallel 20 -run='TestAccServiceCatalogProvisionedProduct_' -timeout 180m
--- PASS: TestAccServiceCatalogProvisionedProduct_errorOnCreate (56.16s)
--- PASS: TestAccServiceCatalogProvisionedProduct_disappears (137.19s)
--- PASS: TestAccServiceCatalogProvisionedProduct_basic (141.37s)
--- PASS: TestAccServiceCatalogProvisionedProduct_tags (230.18s)
--- PASS: TestAccServiceCatalogProvisionedProduct_update (233.36s)
--- PASS: TestAccServiceCatalogProvisionedProduct_ProvisioningArtifactName_update (236.40s)
--- PASS: TestAccServiceCatalogProvisionedProduct_computedOutputs (252.43s)
--- PASS: TestAccServiceCatalogProvisionedProduct_errorOnUpdate (276.94s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/servicecatalog 280.030s
Note: TestAccServiceCatalogProvisionedProduct_ProductName_update
was omitted from testing as it is dependent on a v5.0.0
change released in #31061. This test will be disabled until v5 in a follow-up PR.
Thanks for your contribution, @theurichde! 👏 |
This functionality has been released in v4.66.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. |
Community Note
Closes #26271
Output from acceptance testing: