This README serves as an placeholder for the terraform github actions demo.
Before proceeding with the demo, please ensure you have the following prerequisites in place:
-
Terraform (installed)
-
Terraform Cloud account
-
AWS Account
-
AWS CLI (optional)
To provision the infrastructure using this Terraform module, follow these steps:
-
** Terraform Initialise **
-
** Terraform plan **
-
Apply the Infrastructure Changes
The terraform apply
command executes the actions proposed in a Terraform plan.
- Once you happy with changes, checkin to GitHub. This will push the changes to GitHub which will trigger a workflow.