TA-002-P Exam Question 131

Select the operating systems which are supported for a clustered Terraform Enterprise: (select four)
  • TA-002-P Exam Question 132

    Select the answer below that completes the following statement: Terraform Cloud can be managed from the CLI but requires __________?
  • TA-002-P Exam Question 133

    terraform state subcommands such as list are read-only commands, do read-only commands create state backup files?
  • TA-002-P Exam Question 134

    You have multiple developers working on a terraform project (using terraform OSS), and have saved the terraform state in a remote S3 bucket . However ,team is intermittently experiencing inconsistencies in the provisioned infrastructure / failure in the code . You have traced this problem to simultaneous/concurrent runs of terraform apply command for 2/more developers . What can you do to fix this problem?
  • TA-002-P Exam Question 135

    When using constraint expressions to signify a version of a provider, which of the following are valid provider versions that satisfy the expression found in the following code snippet: (select two)
    1. terraform
    2. {
    3. required_providers
    4. {
    5. aws = "~> 1.2.0"
    6. }
    7. }