Artifacts
To deploy templates (like large CloudFormation structures or nested stacks), StackTest needs a way to store and reference staging resources.
For example, the AWS CloudFormation provider automatically:
- Provisions regional staging S3 buckets named
stacktest-<project>-<region>-<run-id>. - Uploads templates to these S3 locations.
- Passes the URL to the CloudFormation CreateStack command.
- Cleans up these staging objects and buckets upon execution teardown.