Skip to content

Commit

Permalink
fix(terraform): rename env to int (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLicense authored Aug 5, 2024
1 parent 9879162 commit af2cf06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infra/terraform/environments/int/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ data "aws_vpc" "this" {
module "service" {
source = "../../modules/service"

environment = "qa"
environment = "int"

domain_name = "qa.olcs.dev-dvsacloud.uk"
assets_version = var.assets_version
Expand Down Expand Up @@ -467,4 +467,4 @@ module "service" {
},
]
}
}
}

0 comments on commit af2cf06

Please sign in to comment.