We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 27f7c07 + ad1faed commit 1fe0e8eCopy full SHA for 1fe0e8e
backend-setup/import.tf
@@ -0,0 +1,14 @@
1
+import {
2
+ to = azurerm_resource_group.state
3
+ id = "/subscriptions/e00ac8d0-d7ed-48ef-9463-cc5138d2a3db/resourceGroups/terraform-state-rg"
4
+}
5
+
6
7
+ to = azurerm_storage_account.state
8
+ id = "/subscriptions/e00ac8d0-d7ed-48ef-9463-cc5138d2a3db/resourceGroups/terraform-state-rg/providers/Microsoft.Storage/storageAccounts/isfterraformstate"
9
10
11
12
+ to = azurerm_storage_container.state
13
+ id = "https://isfterraformstate.blob.core.windows.net/tfstate"
14
0 commit comments