File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
examples/basic-azure-integration Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 4
4
#
5
5
# Remove/comment the backend block below if you are only testing the module.
6
6
# Please be aware that you cannot destroy the created resources via terraform if you lose the state file.
7
- # terraform {
8
- # backend "azurerm" {
9
- # tenant_id = "aadTenantId"
10
- # subscription_id = "subscriptionId"
11
- # resource_group_name = "rg-cloud-foundation"
12
- # storage_account_name = "tfstatesiqw0x"
13
- # container_name = "tfstates"
14
- # key = "meshplatform-setup"
15
- # }
16
- # }
7
+ terraform {
8
+ backend "azurerm" {
9
+ tenant_id = " aadTenantId"
10
+ subscription_id = " subscriptionId"
11
+ resource_group_name = " rg-cloud-foundation"
12
+ storage_account_name = " tfstatesiqw0x"
13
+ container_name = " tfstates"
14
+ key = " meshplatform-setup"
15
+ }
16
+ }
17
17
18
18
provider "azurerm" {
19
19
# Configuration options
You can’t perform that action at this time.
0 commit comments