Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
martynipratt committed Nov 29, 2023
1 parent 0d74251 commit 495cd47
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "cluster-infrastructure-integration" {
env = "intg"
region = "eu-west-2"
env = "intg"
region = "eu-west-2"
source = "alexbasista/workspacer/tfe"
version = "0.9.0"

Expand Down Expand Up @@ -60,8 +60,8 @@ module "cluster-infrastructure-integration" {

}
module "cluster-infrastructure-staging" {
env = "stag"
region = "eu-west-2"
env = "stag"
region = "eu-west-2"
source = "alexbasista/workspacer/tfe"
version = "0.9.0"

Expand Down Expand Up @@ -119,8 +119,8 @@ module "cluster-infrastructure-staging" {

}
module "cluster-infrastructure-production" {
env = "prod"
region = "eu-west-2"
env = "prod"
region = "eu-west-2"
source = "alexbasista/workspacer/tfe"
version = "0.9.0"

Expand Down

0 comments on commit 495cd47

Please sign in to comment.