Skip to content

Commit

Permalink
fixup! chore: don't use S3 hosting for 'dev' workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
chizmw committed Oct 3, 2023
1 parent eea7224 commit 16f93db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/s3-web-files.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
locals {
# a local to determine if our workspace is "prod"
is_prod = var.workspace == "prod"
is_prod = terraform.workspace == "prod"

# set the_files to and empty map in the non-prod workspace
# and to a map of files in the prod workspace
Expand Down

0 comments on commit 16f93db

Please sign in to comment.