github.com/jaredpalmer/terraform@v1.1.0-alpha20210908.0.20210911170307-88705c943a03/internal/terraform/testdata/apply-empty-module/child/main.tf (about)

     1  output "aws_route53_zone_id" {
     2      value = "XXXX"
     3  }
     4  
     5  output "aws_access_key" {
     6      value = "YYYYY"
     7  }
     8  
     9  output "aws_secret_key" {
    10      value = "ZZZZ"
    11  }