Skip to content

Commit 1fe0e8e

Browse files
Merge pull request #25 from Indu-Sah-Foundation/test
reverted commit restoring imports
2 parents 27f7c07 + ad1faed commit 1fe0e8e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

backend-setup/import.tf

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
import {
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+
import {
12+
to = azurerm_storage_container.state
13+
id = "https://isfterraformstate.blob.core.windows.net/tfstate"
14+
}

0 commit comments

Comments
 (0)