Skip to content

Commit 65c943f

Browse files
committed
feat: rename replicator and metering in output
1 parent ed66609 commit 65c943f

File tree

1 file changed

+10
-10
lines changed
  • examples/basic-azure-integration

1 file changed

+10
-10
lines changed

examples/basic-azure-integration/main.tf

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
#
55
# Remove/comment the backend block below if you are only testing the module.
66
# 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+
}
1717

1818
provider "azurerm" {
1919
# Configuration options

0 commit comments

Comments
 (0)