Updated dev environment for JEDI.
- Updated environment name. - Updated variables. - AKS service principal creds moved to the operator Key Vault.
This commit is contained in:
@@ -9,8 +9,8 @@ provider "azuread" {
|
||||
|
||||
terraform {
|
||||
backend "azurerm" {
|
||||
resource_group_name = "cloudzero-dev-tfstate"
|
||||
storage_account_name = "cloudzerodevtfstate"
|
||||
resource_group_name = "cloudzero-jedidev-jedidevtfstate"
|
||||
storage_account_name = "jedidevtfstate"
|
||||
container_name = "tfstate"
|
||||
key = "dev.terraform.tfstate"
|
||||
}
|
||||
|
Reference in New Issue
Block a user