Terraform-Associate-003 Exam Question 16

Running terraform fmt without any flags in a directory with Terraform configuration files check the formatting of those files without changing their contents.
  • Terraform-Associate-003 Exam Question 17

    Which parameters does terraform import require? Choose two correct answers.
  • Terraform-Associate-003 Exam Question 18

    What is the provider for the resource shown in the Exhibit?
    resource "aws_vpc" "main" {
    name = "test"
    }
  • Terraform-Associate-003 Exam Question 19

    Terraform configuration (including any module references) can contain only one Terraform provider type.
  • Terraform-Associate-003 Exam Question 20

    Which of the following module source paths does not specify a remote module?