Question 166
Which of the following Terraform files should be ignored by Git when committing code to a repo? (select Three)
Question 167
terraform init initializes a sample main.tf file in the current directory.
Question 168
A data block requests that Terraform read from a given data source and export the result under the given local name.
Question 169
A Terraform provisioner must be nested inside a resource configuration block.
Question 170
A provider configuration block is required in every Terraform configuration.
Example:
