-
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
r/aws_servicecatalog_provisioned_product: re-enable product namee update test #31523
Conversation
Community NoteVoting for Prioritization
For Submitters
|
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 (54.32s)
--- PASS: TestAccServiceCatalogProvisionedProduct_basic (136.04s)
--- PASS: TestAccServiceCatalogProvisionedProduct_disappears (164.65s)
--- PASS: TestAccServiceCatalogProvisionedProduct_tags (221.47s)
--- PASS: TestAccServiceCatalogProvisionedProduct_ProvisioningArtifactName_update (223.65s)
--- PASS: TestAccServiceCatalogProvisionedProduct_ProductName_update (234.76s)
--- PASS: TestAccServiceCatalogProvisionedProduct_computedOutputs (241.76s)
--- PASS: TestAccServiceCatalogProvisionedProduct_update (254.07s)
--- PASS: TestAccServiceCatalogProvisionedProduct_errorOnUpdate (263.04s)
--- PASS: TestAccServiceCatalogProvisionedProduct_stackSetProvisioningPreferences (309.31s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/servicecatalog 312.452s
This functionality has been released in v5.0.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
Re-enables a provisioned product test dependent on features released in v5.0.0.
Relations
Closes #31119
Relates #31115
Output from Acceptance Testing