HashiCorp Terraform Associate 003 Practice Test - Questions Answers, Page 18
List of questions
Related questions
What does terraform import do?
A Terraform output that sets the 'sensitive' argument to true will not store that value in the state file.
All standard backend types support state locking, and remote operations like plan, apply, and destroy.
Which of the following is not a valid source path for specifying a module?
Which of these are features of Terraform Cloud? Choose two correct answers.
What is terraform refresh-only intended to detect?
Which method for sharing Terraform modules fulfills the following criteria:
Keeps the module configurations confidential within your organization.
Supports Terraform's semantic version constraints.
Provides a browsable directory of your modules.
A Git repository containing your modules.
Public Terraform module registry.
A subfolder within your workspace.
HCP Terraform/Terraform Cloud private registry.
When do you need to explicitly execute Terraform in refresh-only mode?
Before every terraform plan.
Before every terraform apply.
Before every terraform import.
None of the above.
When do you need to explicitly execute Terraform in refresh-only mode?
Before every terraform plan.
Before every terraform apply.
Before every terraform import.
None of the above.
Terraform encrypts sensitive values stored in your state file.
True
False
Question