-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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/servicecatalog_provisioned_product: New resource #19459
Conversation
2e85588
to
32ea40c
Compare
c5a7c59
to
66f6898
Compare
5b86670
to
87d8625
Compare
MaxItems: 1, | ||
Elem: &schema.Resource{ | ||
Schema: map[string]*schema.Schema{ | ||
"accounts": { //iu |
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.
The underlying API field for this (and other attributes in this block) is named StackSetAccount
- Consider renaming to stack_set_account
?
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.
Instead of rename each of the arguments in the provisioning_preferences
block, which seems redundant, repeated, and repetitive, I renamed the block to stack_set_provisioning_preferences
. What do you think?
883da59
to
c410a9d
Compare
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 🚀.
Commercial
% make testacc TEST=./aws TESTARGS='-run=TestAccAWSServiceCatalogProvisionedProduct_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSServiceCatalogProvisionedProduct_ -timeout 180m
=== RUN TestAccAWSServiceCatalogProvisionedProduct_basic
=== PAUSE TestAccAWSServiceCatalogProvisionedProduct_basic
=== RUN TestAccAWSServiceCatalogProvisionedProduct_disappears
=== PAUSE TestAccAWSServiceCatalogProvisionedProduct_disappears
=== RUN TestAccAWSServiceCatalogProvisionedProduct_tags
=== PAUSE TestAccAWSServiceCatalogProvisionedProduct_tags
=== CONT TestAccAWSServiceCatalogProvisionedProduct_basic
=== CONT TestAccAWSServiceCatalogProvisionedProduct_tags
=== CONT TestAccAWSServiceCatalogProvisionedProduct_disappears
--- PASS: TestAccAWSServiceCatalogProvisionedProduct_disappears (145.86s)
--- PASS: TestAccAWSServiceCatalogProvisionedProduct_basic (168.31s)
--- PASS: TestAccAWSServiceCatalogProvisionedProduct_tags (259.03s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 262.320s
GovCloud
% make testacc TEST=./aws TESTARGS='-run=TestAccAWSServiceCatalogProvisionedProduct_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSServiceCatalogProvisionedProduct_ -timeout 180m
=== RUN TestAccAWSServiceCatalogProvisionedProduct_basic
=== PAUSE TestAccAWSServiceCatalogProvisionedProduct_basic
=== RUN TestAccAWSServiceCatalogProvisionedProduct_disappears
=== PAUSE TestAccAWSServiceCatalogProvisionedProduct_disappears
=== RUN TestAccAWSServiceCatalogProvisionedProduct_tags
=== PAUSE TestAccAWSServiceCatalogProvisionedProduct_tags
=== CONT TestAccAWSServiceCatalogProvisionedProduct_basic
=== CONT TestAccAWSServiceCatalogProvisionedProduct_tags
=== CONT TestAccAWSServiceCatalogProvisionedProduct_disappears
--- PASS: TestAccAWSServiceCatalogProvisionedProduct_disappears (153.64s)
--- PASS: TestAccAWSServiceCatalogProvisionedProduct_basic (162.34s)
--- PASS: TestAccAWSServiceCatalogProvisionedProduct_tags (271.51s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 274.594s
This functionality has been released in v3.48.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
Relates #19470, #19572, #19957
Output from acceptance testing ('us-west-2'):
Output from acceptance testing (GovCloud):
References