Which parameters does the import block require? (Pick the 2 correct responses below.)
You ' re writing a Terraform configuration that needs to read input from a local file called id_rsa.pub. Which built-in Terraform function can you use to import the file ' s contents as a string?
Your team adopts AWS CloudFormation as the standardized method for provisioning public cloud resources.
Which scenario presents a challenge for your team?
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 correct answers.
Before you can use a new backend or HCP Terraform/Terraform Cloud integration, you must first execute terraform init.
If a module declares a variable with a default, that variable must also be defined within the module.
Your risk management organization requires that new AWS S3 buckets must be private and encrypted at rest. How can Terraform Cloud automatically and proactively enforce this security control?
Which are benefits of migrating from a local state backend to a remote backend? (Pick the 2 correct responses below.)