You much initialize your working directory before running terraform validate.
A. True
B. False
What information does the public Terraform Module Registry automatically expose about published modules?
A. Required input variables
B. Optional inputs variables and default values
C. Outputs
D. All of the above
E. None of the above
How does Terraform determine dependencies between resources?
A. Terraform requires resource dependencies to be defined as modules and sourced in order
B. Terraform automatically builds a resource graph based on resources provisioners, special meta-parameters, and the stale file (if present}
C. Terraform requires resources in a configuration to be listed m the order they will be created to determine dependencies
D. Terraform requires all dependencies between resources to be specified using the depends_on parameter
Which is the best way to specify a tag of v1.0.0 when referencing a module stored in Git (for example.Git::https://example.com/vpc.git)?
A. Append pref=v1.0.0 argument to the source path
B. Add version = "1.0.0" parameter to module block
C. Nothing modules stored on GitHub always default to version 1.0.0
You have to initialize a Terraform backend before it can be configured.
A. True
B. False
HashiCorp Configuration Language (HCL) supports user-denned functions.
A. True
B. False
What Terraform command always causes a state file to be updated with changes that might have been made outside of Terraform?
A. Terraform plan 璻efresh-only
B. Terraform show 璲son
C. Terraform apply 璴ock-false
D. Terraform plan target-state
A terraform apply can not _________ infrastructure.
A. change
B. destroy
C. provision
D. import
How does the Terraform cloud integration differ from other state backends such as S3, Consul,etc?
A. It can execute Terraform runs on dedicated infrastructure in Terraform Cloud
B. It doesn't show the output of a terraform apply locally
C. It is only arable lo paying customers
D. All of the above
Select the command that doesn't cause Terraform to refresh its state.
A. Terraform destroy
B. Terraform apply
C. Terraform plan
D. Terraform state list