diff --git a/infrastructure/terraform.tf b/infrastructure/terraform.tf index 41559a5..37e4145 100644 --- a/infrastructure/terraform.tf +++ b/infrastructure/terraform.tf @@ -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" } } \ No newline at end of file