Files
strapi-elb/infrastructure/outputs.tf
2020-07-29 15:33:54 +01:00

13 lines
294 B
HCL

# S3
output "s3_static_assets" {
value = "resource.aws_s3_bucket.static_assets.id"
description = "Name of the static assets S3 bucket."
}
output "s3_static_assets" {
value = "resource.aws_s3_bucket.static_assets.arn"
description = "ARN of the static assets S3 bucket."
}