Skip to content

Commit

Permalink
Fixed terraform formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
basiliskus committed Nov 21, 2023
1 parent bd73c11 commit a104498
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions operations/template/main.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
locals {
environment_to_rs_environment_prefix_mapping = {
dev = "staging"
stg = "staging"
prod = ""
dev = "staging"
stg = "staging"
prod = ""
}
selected_rs_environment_prefix = lookup(local.environment_to_rs_environment_prefix_mapping, var.environment, "staging")
rs_domain_prefix = "${local.selected_rs_environment_prefix}${length(local.selected_rs_environment_prefix) == 0 ? "" : "."}"
Expand Down

0 comments on commit a104498

Please sign in to comment.