Tech debt: r/aws_cloudformation_stack: Use new 'waitForCloudFormationStackXXX' functions #10034
Labels
service/cloudformation
Issues and PRs that pertain to the cloudformation service.
technical-debt
Addresses areas of the codebase that need refactoring or redesign.
Community Note
Description
#7342 added new functions to consistently check that a CloudFormation Stack reaches a desired state.
These functions can now be used in the
aws_cloudformation_stack
resource code:waitForCloudFormationStackCreation
inresourceAwsCloudFormationStackCreate
waitForCloudFormationStackDeletion
inresourceAwsCloudFormationStackDelete
and additionally for
resourceAwsCloudFormationStackUpdate
.New or Affected Resource(s)
aws_cloudformation_stack
Potential Terraform Configuration
n/a
References
The text was updated successfully, but these errors were encountered: