Question 16
terraform init retrieves and caches the configuration for all remote modules.
Question 17
You are using a networking module in your Terraform configuration with the name label my-network. In your main configuration you have the following code:
When you run terraform validate, you get the following error:
What must you do to successfully retrieve this value from your networking module?
When you run terraform validate, you get the following error:
What must you do to successfully retrieve this value from your networking module?
Question 18
What is terraform refresh-only intended to detect?
Question 19
You decide to move a Terraform state file to Amazon S3 from another location. You write the code below into a file called backend.tf.
Which command will migrate your current state file to the new S3 remote backend?
Which command will migrate your current state file to the new S3 remote backend?
Question 20
A terraform apply can not _________ infrastructure.
