Skip to content

Commit

Permalink
fix: minor
Browse files Browse the repository at this point in the history
  • Loading branch information
diegolagospagopa committed Sep 26, 2023
1 parent 01dd139 commit 7e1e6e8
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/domains/blueprint-common/99_main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,3 @@ provider "azurerm" {
data "azurerm_subscription" "current" {}

data "azurerm_client_config" "current" {}

data "terraform_remote_state" "core" {
backend = "azurerm"

config = {
resource_group_name = var.terraform_remote_state_core.resource_group_name
storage_account_name = var.terraform_remote_state_core.storage_account_name
container_name = var.terraform_remote_state_core.container_name
key = var.terraform_remote_state_core.key
}
}

0 comments on commit 7e1e6e8

Please sign in to comment.