TA-002-P Exam Question 126

You want terraform plan and apply to be executed in Terraform Cloud's run environment but the output is to be streamed locally. Which one of the below you will choose?
  • TA-002-P Exam Question 127

    Dawn has created the below child module. Without changing the module, can she override the instance_type from t2.micro to t2.large form her code while calling this module?
    1. resource "aws_instance" "myec2"
    2. {
    3. ami = "ami-082b5a644766e0e6f"
    4. instance_type = "t2.micro
    5. }
  • TA-002-P Exam Question 128

    Which of the following allows Terraform users to apply policy as code to enforce standardized configurations for resources being deployed via infrastructure as code?
  • TA-002-P Exam Question 129

    Which of the following is not true of Terraform providers?
  • TA-002-P Exam Question 130

    Given the Terraform configuration below, in which order will the resources be created?