Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 590 Bytes

terraform-tips.md

File metadata and controls

43 lines (30 loc) · 590 Bytes
title description published date tags editor dateCreated
terraform-tips
true
2023-08-23 15:30:57 UTC
terraform
markdown
2023-08-21 12:02:05 UTC

Header

Your content here

Display the current version:

terraform –version

Update Terraform:

terraform init -upgrade

Apply a configruation file tfvars:

terraform apply -var-file="terraform.tfvars"

Auto Approve:

terraform apply -auto-approve

Terraform version repository:

https://developer.hashicorp.com/terraform/downloads

https://releases.hashicorp.com/terraform/