Skip to content

Commit

Permalink
Update e2e config
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinbuss committed Sep 18, 2024
1 parent 16d8d2b commit ea9d34e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
name: "Dev"
with:
environment: "dev"
config: "SharedTenant"
config: "PerfectThymeTech"
terraform_version: "1.9.5"
node_version: 20
working_directory: "./code/infra"
Expand All @@ -44,7 +44,7 @@ jobs:
needs: [terraform_dev]
with:
environment: "dev"
config: "SharedTenant"
config: "PerfectThymeTech"
terraform_version: "1.9.5"
node_version: 20
working_directory: "./code/infra"
Expand Down
7 changes: 7 additions & 0 deletions config/PerfectThymeTech/azurerm.tfbackend
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
environment = "public"
subscription_id = "e82c5267-9dc4-4f45-ac13-abdd5e130d27"
resource_group_name = "rg-terraform"
storage_account_name = "terraformststg001"
container_name = "timeseries-data-explorer"
key = "terraform.tfstate"
use_azuread_auth = true
2 changes: 1 addition & 1 deletion config/PerfectThymeTech/vars.tfvars
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
location = "germanywestcentral"
environment = "int"
prefix = "mysc4"
prefix = "tsde"
tags = {}

# Service variables
Expand Down

0 comments on commit ea9d34e

Please sign in to comment.