HashiCorp Terraform-Associate-003 Question Answer
Which command doesnotcause Terraform to refresh its state?
terraform state list
terraform plan
terraform apply
terraform destroy
terraform state listonly displays resources stored in the state filebut doesnot interact with the cloud provideror refresh the state.
terraform plan, terraform apply, and terraform destroycompare or modify the infrastructure, so theyrefresh the stateto ensure accuracy.
Official Terraform Documentation Reference:
terraform state list - HashiCorp Documentation
TESTED 09 Feb 2026
Copyright © 2014-2026 ACE4Sure. All Rights Reserved