switching terraform backend to azure storage
All checks were successful
Pull Request / changes (pull_request) Successful in 22s
Pull Request / build-and-test (pull_request) Has been skipped
Pull Request / terraform-plan (pull_request) Has been skipped

This commit is contained in:
2026-07-13 11:31:00 -05:00
parent baedfc1675
commit 81c589001b

View File

@@ -16,12 +16,10 @@ terraform {
}
}
backend "remote" {
hostname = "app.terraform.io"
organization = "noahspan"
workspaces {
prefix = "noahspan-"
}
backend "azurerm" {
resource_group_name = "noahspan"
storage_account_name = "noahspanterraform"
container_name = "tfstate-flying-test"
key = "terraform.tfstate"
}
}