HashiCorp Terraform-Associate-004 - HashiCorp Certified: Terraform Associate (004) (HCTA0-004)
Total 299 questions
Terraform configuration can only import modules from the public registry.
terraform plan updates your state file.
When you use a backend that requires authentication, it is best practice to:
Which two steps are required to provision new infrastructure in the Terraform workflow? Choose two correct answers.
Which option cannot be used to keep secrets out of Terraform configuration files?
You ate making changes to existing Terraform code to add some new infrastructure. When is the best time to run terraform validate?
Exhibit:
Error: Saved plan is stale
The given plan file can no longer be applied because the state was changed by another operation after the plan was created.
You have a saved execution plan containing desired changes for infrastructure managed by Terraform. After running terraform apply my.tfplan, you receive the error shown. How can you apply the desired changes? (Pick the 2 correct responses below.)
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.
Which command generates DOT (Document Template) formatted data to visualize Terraform dependencies?
If a module declares a variable without a default value, you must pass the value of the variable within the module block when you call the module in your configuration.
