Assess the CertsIQ’s updated Terraform-Associate exam questions for free online practice of your HashiCorp Certified Terraform Associate (003) test. Our Terraform Associate dumps questions will enhance your chances of passing the HashiCorp Infrastructure Automation certification exam with higher marks.
Sara has her entire application automated using Terraform, but she needs to start automating more infrastructure components, such as creating a new subnet, DNS record, and load balancer. Sara wants to create these new resources using modules so she easily reuse the code. However, Sara is having problems getting the subnet_id from the subnet module to pass to the load balancer module.
modules/subnet.tf:
resource "aws_subnet" "bryan" {
vpc_id = aws_vpc.krausen.id
cidr_block = "10.0.1.0/24"
tags = {
Name = "Krausen Subnet"
}
}
What could fix this problem?
True or False? A main.tf file is always required when using Terraform?
© Copyrights CertsIQ 2025. All Rights Reserved
We use cookies to ensure that we give you the best experience on our website (CertsIQ). If you continue without changing your settings, we'll assume that you are happy to receive all cookies on the CertsIQ.