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