Creating single instance with db
eb create --single --database
This commit is contained in:
@@ -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."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user