1 parent 7db6518 commit 4530a96Copy full SHA for 4530a96
1 file changed
backend/_backend.tf
@@ -1,8 +1,8 @@
1
terraform {
2
backend "azurerm" {
3
- resource_group_name = "data_platform"
4
- storage_account_name = "datastorage7i4ws2"
5
- container_name = "terraform-state"
6
- key = "terraform.tfstate"
+ resource_group_name = "data_platform"
+ storage_account_name = "datastorage7i4ws2"
+ container_name = "terraform-state"
+ key = "terraform.tfstate"
7
}
8
0 commit comments