Format code terraform
Auto-format all .tf files recursively
terraform fmt -recursive
more terraform
all 43 commands →
Show output values
terraform output -json
Destroy specific resource
terraform destroy -target=module.vpc.aws_vpc.main
Taint resource (force replace)
terraform taint module.eks.aws_instance.node
Remove resource from state
terraform state rm module.path.resource_type.name
Refresh state
terraform refresh -var-file=prod.tfvars