-
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
New Resources: aws_cloudformation_stack_set and aws_cloudformation_stack_set_instance #8020
Conversation
Output from acceptance testing: ``` --- PASS: TestAccAWSCloudFormationStackSet_basic (15.29s) --- PASS: TestAccAWSCloudFormationStackSet_disappears (22.90s) --- PASS: TestAccAWSCloudFormationStackSet_TemplateBody (39.15s) --- PASS: TestAccAWSCloudFormationStackSet_Description (39.37s) --- PASS: TestAccAWSCloudFormationStackSet_Name (43.84s) --- PASS: TestAccAWSCloudFormationStackSet_ExecutionRoleName (44.60s) --- PASS: TestAccAWSCloudFormationStackSet_AdministrationRoleArn (50.43s) --- PASS: TestAccAWSCloudFormationStackSet_TemplateUrl (62.88s) --- PASS: TestAccAWSCloudFormationStackSet_Tags (66.14s) --- PASS: TestAccAWSCloudFormationStackSet_Parameters (69.07s) ```
…hen deleted outside Terraform Output from acceptance testing: ``` --- PASS: TestAccAWSCloudFormationStack_disappears (69.36s) ```
Output from acceptance testing: ``` --- PASS: TestAccAWSCloudFormationStackSetInstance_disappears (116.33s) --- PASS: TestAccAWSCloudFormationStackSetInstance_disappears_StackSet (123.01s) --- PASS: TestAccAWSCloudFormationStackSetInstance_basic (131.07s) --- PASS: TestAccAWSCloudFormationStackSetInstance_RetainStack (161.53s) --- PASS: TestAccAWSCloudFormationStackSetInstance_ParameterOverrides (225.51s) ```
088db10
to
0c87115
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.
Nicely written 👍
This has been released in version 2.3.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. |
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. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Community Note
Changes proposed in this pull request:
aws_cloudformation_stack_set
aws_cloudformation_stack_set_instance
Output from acceptance testing: