Question 86

Terraform provisioners that require authentication can use the ______ block.
  • Question 87

    You have created a custom variable definition file my_vars.tfvars. How will you use it for provisioning infrastructure?
  • Question 88

    Refer to the following terraform variable definition
    variable "track_tag" { type = list default = ["data_ec2","integration_ec2","digital_ec2"]} track_tag = { Name = element(var.track_tag,count.index)} If count.index is set to 2, which of the following values will be assigned to the name attribute of track_tag variable?
  • Question 89

    The terraform.tfstate file always matches your currently built infrastructure.
  • Question 90

    Which of the following represents a feature of Terraform Cloud that is NOT free to customers?