Creating single instance with db

eb create --single --database
This commit is contained in:
2020-07-29 15:33:54 +01:00
parent a5bcb9e998
commit b07e4e1b18
5 changed files with 109 additions and 34 deletions

View File

@@ -0,0 +1,12 @@
# 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."
}