You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tf-modules/monitoring/config/output.tf

6 lines
102 B
HCL

// Resource attritbute output
output "config_bucket" {
value = aws_s3_bucket.config_bucket[0].id
}