Exhibit:
resource " aws_instance " " example " {
ami = " ami-0a123456789abcdef "
instance_type = " t3.micro "
}
You are updating a child module with the resource block shown in the exhibit. The public_ip attribute of the resource needs to be accessible to the parent module. How do you meet this requirement?
What feature stops multiple users from operating on the Terraform state at the same time?
What is the purpose of the terraform.lock.hcl file in Terraform?
Terraform configuration can only import modules from the public registry.