Skip to content

Commit

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

Expand Down

0 comments on commit 4775ae4

Please sign in to comment.