Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tnation14 committed Sep 1, 2017
1 parent 7712068 commit faae188
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions deployment/terraform/storage.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# S3 resources
#
module "site" {
source = "github.com/azavea/terraform-aws-s3-origin?ref=0.2.0"
bucket_name = "${lower(var.environment)}-${var.aws_region}-climate-lab-site"
logs_bucket_name = "${lower(var.environment)}-${var.aws_region}-climate-lab-logs"
region = "${var.aws_region}"
source = "github.com/azavea/terraform-aws-s3-origin?ref=0.2.0"
bucket_name = "${lower(var.environment)}-${var.aws_region}-climate-lab-site"
logs_bucket_name = "${lower(var.environment)}-${var.aws_region}-climate-lab-logs"
region = "${var.aws_region}"

project = "${var.project}"
environment = "${var.environment}"
Expand Down
2 changes: 1 addition & 1 deletion scripts/update
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if [ "${BASH_SOURCE[0]}" = "${0}" ]; then
# Create constants.ts from example
if ! [[ -e "${DIR}/../src/app/constants.ts" ]];
then
cp "${DIR}/../example/constants.ts.example" "${DIR}/../src/app/constants.ts"
cp "${DIR}/../example/constants.ts.example" "${DIR}/../src/app/constants.ts"
fi

# Build app container
Expand Down

0 comments on commit faae188

Please sign in to comment.