switching terraform backend to azure storage #147

Merged
noah merged 4 commits from 146-switch-terraform-backend into main 2026-07-13 12:51:25 -04:00
Showing only changes of commit b8ec5be269 - Show all commits

View File

@@ -19,7 +19,6 @@ terraform {
backend "azurerm" {
resource_group_name = "noahspan"
storage_account_name = "noahspanterraform"
container_name = "tfstate-flying-test"
key = "terraform.tfstate"
}
}