Skip to content

Commit

Permalink
Merge pull request #13 from amido/fix/remove-unnecessary-constraints
Browse files Browse the repository at this point in the history
fix: removes unneeded constraints
  • Loading branch information
ElvenSpellmaker authored Jun 11, 2021
2 parents 4ea7e21 + 453294f commit fc2818e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
8 changes: 0 additions & 8 deletions azurerm/modules/azurerm-cosmosdb/constraints.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,5 @@ terraform {
source = "hashicorp/azurerm"
version = "~> 2.5"
}
null = {
source = "hashicorp/null"
version = "~> 3.1"
}
tls = {
source = "hashicorp/tls"
version = "~> 3.1"
}
}
}
4 changes: 0 additions & 4 deletions azurerm/modules/azurerm-server-side-app/constraints.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,5 @@ terraform {
source = "hashicorp/null"
version = "~> 3.1"
}
tls = {
source = "hashicorp/tls"
version = "~> 3.1"
}
}
}

0 comments on commit fc2818e

Please sign in to comment.