tags:
- ready
- online
- terraform
- IaC
- infrastructure
Deployment
Contents
-
[ [ tf-terraform-plan ] ]
-
[ [ tf-terraform-apply ] ]
__Roadmap info from [ roadmap website ] (https://roadmap.sh/terraform/deployment@KXlLlaR0_S7gE_ZB1hNEd) __
Deploying Terraform-defined infrastructure involves several key steps:
-
Initialize the working directory with
terraform init
-
Initialize the working directory with
-
Review changes with
terraform plan -
Apply the configuration using
terraform apply.
You can learn more from the following resources: