Skip to content

Commit

Permalink
Remove provider config from module
Browse files Browse the repository at this point in the history
  • Loading branch information
ieuanb74 committed Sep 6, 2024
1 parent 5c075e7 commit 8fcbfe5
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
configuration_aliases = [azurerm.cnp, azurerm.soc]
configuration_aliases = [azurerm.cnp, azurerm.soc, azurerm.dcr]
}
}
}

provider "azurerm" {
alias = "dcr"
features {}
subscription_id = local.log_analytics_subscription
}

0 comments on commit 8fcbfe5

Please sign in to comment.