Question 26

What is the result of the following terraform function call?
  • Question 27

    Please identify the offerings which are unique to Terraform Enterprise, and not available in either Terraform OSS, or Terraform Cloud. Select four.
  • Question 28

    Your manager has instructed you to start using terraform for the entire infra provisioning of the application stack. There are 4 environments - DEV , QA , UAT , and PROD. The application team has asked for complete segregation between these environments including the backend , state , and also configurations ,since there will be unique resources in different environments . What is the possible way to structure the terraform code to facilitate that.
  • Question 29

    You have declared a variable called var.list which is a list of objects that all have an attribute id.
    Which options will produce a list of the IDs? (Choose two.)
  • Question 30

    Which argument(s) is (are) required when declaring a Terraform variable?