QuestionQ72
Terraform state managementWhich Terraform command always triggers a state-file update for changes that may have occurred outside Terraform?
- A terraform plan -refresh-only
- B terraform show -json
- C terraform apply =lock=false
- D terraform plan -target=state
Community Discussion