agustinjaume / jenkins-terraform

jenkins-terraform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deploy a component

terraform init -var-file='../variables/dev.tfvars'
terraform plan -var-file='../variables/dev.tfvars' -out='../variables/terraform-dev.tfplan'
terraform apply "../variables/terraform-dev.tfplan"
terraform destroy -var-file='../variables/dev.tfvars'

Documentación

https://www.terraform.io/docs/commands/apply.html

About

jenkins-terraform


Languages

Language:HCL 88.2%Language:Shell 11.8%