switching terraform backend to azure storage
This commit is contained in:
@@ -19,7 +19,6 @@ terraform {
|
||||
backend "azurerm" {
|
||||
resource_group_name = "noahspan"
|
||||
storage_account_name = "noahspanterraform"
|
||||
container_name = "tfstate-flying-test"
|
||||
key = "terraform.tfstate"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user