switching terraform backend to azure storage
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user