Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 240 Bytes

MYMEMO.md

File metadata and controls

13 lines (10 loc) · 240 Bytes

runtfmodule

terraform validate
terraform init
terraform plan -out="wa.tfplan"
terraform apply -out="wa.tfplan"
terraform apply "wa.tfplan"

var-file  way :

terraform plan -var-file=./environments/test.tfvars out="wa.tfplan"