Skip to content

Commit

Permalink
move provider references to module
Browse files Browse the repository at this point in the history
  • Loading branch information
madsrodal committed Sep 11, 2024
1 parent 7cd7318 commit 104e5f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
9 changes: 0 additions & 9 deletions terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,6 @@ terraform {
source = "hashicorp/azurerm"
version = "~>3.110.0"
}
time = {
source = "hashicorp/time"
}
null = {
source = "hashicorp/null"
}
azapi = {
source = "azure/azapi"
}
}
backend "azurerm" {
resource_group_name = "rg-imo-msw-terraform-common"
Expand Down
6 changes: 6 additions & 0 deletions terraform/modules/dns/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ terraform {
azapi = {
source = "azure/azapi"
}
time = {
source = "hashicorp/time"
}
null = {
source = "hashicorp/null"
}
}
}

Expand Down

0 comments on commit 104e5f7

Please sign in to comment.