github.com/terraform-linters/tflint@v0.51.2-0.20240520175844-3750771571b6/integrationtest/inspection/eval-on-root-context/module/template.tf (about)

     1  resource "aws_route53_record" "help" {
     2    zone_id = aws_route53_zone.primary.zone_id
     3    name    = "help.example.com"
     4    type    = "A"
     5    ttl     = 300
     6    records = [aws_eip.lb.public_ip]
     7  }