A. terraform fmt -check -recursive
B. terraform fmt -write-false
C. terraform fmt -list -recursive
D. terraform fmt -check
A. Add version = "1.0.0" parameter to module block
B. Append pref=v1.0.0 argument to the source path
C. Nothing modules stored on GitHub always default to version 1.0.0
A. True
B. False
A. With three spaces
B. With four spaces
C. With two spaces
D. With a tab
A. The backend configuration should contain multiple credentials so that more than one user can execute terraform plan and terraform apply
B. You should not store credentials in Terraform configuration
C. You should use the local enhanced storage backend whenever possible
D. An alias meta-argument should be included in backend blocks whenever possible
A. terraform refresh
B. terraform push
C. terraform init
D. terraform state
A. In the terraform file
B. In the user's terraform,state file
C. In the terraform,tfstate file
D. In the /tmp directory
A.
B.
C.
D.
A. When you change a Terraform-managed resource via the Azure Cloud Console, Terraform updates the state file to reflect the change during the next plan or apply
B. Changing resources via the Azure Cloud Console records the change in the current state file
C. Changing resources via the Azure Cloud Console does not update current state file
D. When you change a resource via the Azure Cloud Console, Terraform records the changes in a new state file
A. Depends on the cloud provider configured
B. Terraform Cloud
C. Local
D. Remote
E. HTTP