Skip to content

Commit

Permalink
Fixed production_aks config
Browse files Browse the repository at this point in the history
  • Loading branch information
johnake committed Aug 14, 2023
1 parent 56806ed commit 2ad42e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
resource_group_name = "s189t01-faltrn-pd-rg"
storage_account_name = "s189t01faltrntfstatepdsa"
resource_group_name = "s189p01-faltrn-pd-rg"
storage_account_name = "s189p01faltrntfstatepdsa"
key = "terraform.tfstate"
4 changes: 2 additions & 2 deletions terraform/aks/workspace_variables/production_aks.tfvars.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"app_environment": "production",
"cluster": "prod",
"cluster": "production",
"enable_monitoring": false,
"namespace": "tra-production",
"azure_resource_prefix": "s189t01",
"azure_resource_prefix": "s189p01",
"config_short": "pd",
"service_short": "faltrn"
}

0 comments on commit 2ad42e8

Please sign in to comment.