Skip to content

Commit

Permalink
feat: rename replicator and metering in output
Browse files Browse the repository at this point in the history
  • Loading branch information
ishabakeh committed Oct 9, 2023
1 parent 6a9e5a9 commit 0ed50d9
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions examples/basic-azure-integration/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
#
# Remove/comment the backend block below if you are only testing the module.
# Please be aware that you cannot destroy the created resources via terraform if you lose the state file.
# terraform {
# backend "azurerm" {
# tenant_id = "aadTenantId"
# subscription_id = "subscriptionId"
# resource_group_name = "rg-cloud-foundation"
# storage_account_name = "tfstatesiqw0x"
# container_name = "tfstates"
# key = "meshplatform-setup"
# }
# }
terraform {
backend "azurerm" {
tenant_id = "aadTenantId"
subscription_id = "subscriptionId"
resource_group_name = "rg-cloud-foundation"
storage_account_name = "tfstatesiqw0x"
container_name = "tfstates"
key = "meshplatform-setup"
}
}

provider "azurerm" {
# Configuration options
Expand Down

0 comments on commit 0ed50d9

Please sign in to comment.