update storage account

This commit is contained in:
burnettk 2024-02-11 21:44:21 -05:00
parent 9787f94245
commit dea9d375d1
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
terraform {
backend "azurerm" {
resource_group_name = "rg-k8s"
storage_account_name = "terraformprod92"
storage_account_name = "storagesartographyk8s"
container_name = "tfstate"
key = "prod.terraform.tfstate"
}