From 453294ffb987d4ed55aad6dd1ae5c18e9eb46620 Mon Sep 17 00:00:00 2001 From: Jack Blower Date: Fri, 11 Jun 2021 10:35:15 +0100 Subject: [PATCH] fix: removes unneeded constraints --- azurerm/modules/azurerm-cosmosdb/constraints.tf | 8 -------- azurerm/modules/azurerm-server-side-app/constraints.tf | 4 ---- 2 files changed, 12 deletions(-) diff --git a/azurerm/modules/azurerm-cosmosdb/constraints.tf b/azurerm/modules/azurerm-cosmosdb/constraints.tf index 3f541fcd..2d8ede6f 100644 --- a/azurerm/modules/azurerm-cosmosdb/constraints.tf +++ b/azurerm/modules/azurerm-cosmosdb/constraints.tf @@ -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" - } } } diff --git a/azurerm/modules/azurerm-server-side-app/constraints.tf b/azurerm/modules/azurerm-server-side-app/constraints.tf index 3f541fcd..e08360e7 100644 --- a/azurerm/modules/azurerm-server-side-app/constraints.tf +++ b/azurerm/modules/azurerm-server-side-app/constraints.tf @@ -9,9 +9,5 @@ terraform { source = "hashicorp/null" version = "~> 3.1" } - tls = { - source = "hashicorp/tls" - version = "~> 3.1" - } } }