TA-002-P Exam Question 51

Which provisioner invokes a process on the resource created by Terraform?
  • TA-002-P Exam Question 52

    If a module uses a local variable, you can expose that value with a terraform output.
  • TA-002-P Exam Question 53

    You have created two workspaces PROD and DEV. You have switched to DEV and provisioned DEV infrastructure from this workspace. Where is your state file stored?
  • TA-002-P Exam Question 54

    What is one disadvantage of using dynamic blocks in Terraform?
  • TA-002-P Exam Question 55

    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?