switching terraform backend to azure storage
This commit is contained in:
@@ -16,12 +16,10 @@ terraform {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
backend "remote" {
|
backend "azurerm" {
|
||||||
hostname = "app.terraform.io"
|
resource_group_name = "noahspan"
|
||||||
organization = "noahspan"
|
storage_account_name = "noahspanterraform"
|
||||||
|
container_name = "tfstate-flying-test"
|
||||||
workspaces {
|
key = "terraform.tfstate"
|
||||||
prefix = "noahspan-"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user