logo
Menu

Amazon CodeCatalyst workflow for Terraform

Example CodeCatalyst workflow to apply Terraform infrastructure changes.

AWS Admin
Amazon Employee
Published May 5, 2023
Last Modified Jun 21, 2024
About
💻 Examples ofHashicorp HCL
CodeCatalyst Workflow
⏰ Last Updated2023-05-05
This snippet shows a CodeCatalyst workflow that will run Terraform to apply infrastructure changes. It uses validate and plan to test if the Terraform code is valid. It is intended to be used on the main branch, and run after merging a PR that has been validated - see this example of the PR branch workflow. Alternative version using GitHub Actions.
Used in:

Snippet

Any opinions in this post are those of the individual author and may not reflect the opinions of AWS.

Comments