Question 131

Select all Operating Systems that Terraform is available for. (select five)
  • Question 132

    A colleague has informed you that a new version of a Terraform module that your team hosts on an Amazon S3 bucket is broken. The Amazon S3 bucket has versioning enabled. Your colleague tells you to make sure you are not using the latest version in your configuration. You have the following configuration block in your code that refers to the module:
    module "infranet" { source = "s3::https://s3-us-west-2.amazonaws.com/infrabucket/infra_module.zip"} What is the best way to ensure that you are not using the latest version of the module?
  • Question 133

    Which of the following is not a valid string function in Terraform?
  • Question 134

    Which statements best describes what the local variable assignment is doing in the following code snippet:
  • Question 135

    What resource dependency information is stored in Terraform's state?