Which are benefits of migrating from a local state backend to a remote backend? (Pick the 2 correct responses below.)
Which command doesnotcause Terraform to refresh its state?
You are updating a child module with the resource block shown in the exhibit below. The public_ip attribute of the resource needs to be accessible to the parent module.
Exhibit:
resource " aws_instance " " example " {
ami = " ami-0a123456789abcdef "
instance_type = " t3.micro "
}
How do you meet this requirement?
Terraform configuration can only call modules from the public registry.
How would you reference the volume IDs associated with the ebs_block_device blocks in this configuration?
What does terraform import do?
Which statements are true about terraform apply? (Choose TWO correct answers)
Which of the following is availableonlyinHCP Terraform workspacesandnot in Terraform CLI?
When declaring a variable, setting the sensitive argument to true will prevent the value from being stored in the state file.
Which parameters does terraform import require? Choose two correct answers.