github.com/bendemaree/terraform@v0.5.4-0.20150613200311-f50d97d6eee6/terraform/test-fixtures/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  }