Question 136

Which of the following is a meta-argument defined in the configuration files of Terraform?
  • Question 137

    When using parent/child modules to deploy infrastructure, how would you export a value from one module to
    import into another module.
    For example, a module dynamically deploys an application instance or virtual machine, and you need the IP
    address in another module to configure a related DNS record in order to reach the newly deployed application.
  • Question 138

    You need to constrain the GitHub provider to version 2.1 or greater.
    Which of the following should you put into the Terraform 0.12 configuration's provider block?
  • Question 139

    You have provisioned some virtual machines (VMs) on Google Cloud Platform (GCP) using the gcloud
    command line tool. However, you are standardizing with Terraform and want to manage these VMs using
    Terraform instead.
    What are the two things you must do to achieve this? (Choose two.)
  • Question 140

    Which of the following is not a valid Terraform string function?