From fb014dd1f14930f5b75ca83cd74a96911469b57b Mon Sep 17 00:00:00 2001 From: Xyon Date: Mon, 8 Jul 2019 23:27:15 +0100 Subject: [PATCH] Update module dependency on Random to allow use in Terraform 0.12.3 (#108) --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index c478fe8..786aa15 100644 --- a/main.tf +++ b/main.tf @@ -3,7 +3,7 @@ provider "azurerm" { } provider "random" { - version = "~> 1.0" + version = "~> 2.1" } module "os" {