terraform commands

$ terraform validate

$ terraform fmt

   

$ terraform show

   Current state of resource and attributes

 

$ terraform show -json

 

$ terraform providers

 

$ terraform output

$ terraform refresh

   Not modify and infra but modify state

 

$ terraform plan

 

$ terraform graph

 

$ apt install graphviz -y

 

$ terraform graph | dot -Tsvg > graph.sv

Comments

Popular Posts