update storage account
This commit is contained in:
parent
9787f94245
commit
dea9d375d1
|
@ -1,7 +1,7 @@
|
||||||
terraform {
|
terraform {
|
||||||
backend "azurerm" {
|
backend "azurerm" {
|
||||||
resource_group_name = "rg-k8s"
|
resource_group_name = "rg-k8s"
|
||||||
storage_account_name = "terraformprod92"
|
storage_account_name = "storagesartographyk8s"
|
||||||
container_name = "tfstate"
|
container_name = "tfstate"
|
||||||
key = "prod.terraform.tfstate"
|
key = "prod.terraform.tfstate"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue