optar_infra/terraform/modules/s3/outputs.tf

4 lines
122 B
Terraform
Raw Permalink Normal View History

2024-07-18 09:30:33 +00:00
output "app_cache_arn" {
description = "ARN of the bucket used as a cache"
value = aws_s3_bucket.app_cache.arn
}