cdh-terraform/apps/cdh-maas/init/outputs.tf

10 lines
293 B
HCL

output "s3_bucket_arn" {
value = module.tf_backend.s3_bucket_arn
description = "The ARN of the S3 bucket for tfstate"
}
output "dynamodb_table_name" {
value = module.tf_backend.dynamodb_table_name
description = "The name of the DynamoDB table with tfstate lock"
}