From 62582d28b4e7238892c3603ee5f85a9c789c9c53 Mon Sep 17 00:00:00 2001 From: irakravchuk <52664019+irakravchuk@users.noreply.github.com> Date: Thu, 25 Mar 2021 16:00:14 +0200 Subject: [PATCH] Update mod.tf --- mod.tf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mod.tf b/mod.tf index 4c41d6f..5824c87 100644 --- a/mod.tf +++ b/mod.tf @@ -1,6 +1,6 @@ -module "iktest" { - source = "7bfa0a2165ae.test-env.scalr.com/global/iktest/mod" - version = "1.0.1" +module "CE" { + source = "7bfa0a2165ae.test-env.scalr.com/env-svrcnchebt61e30/CE/mod" + version = "1.0.2" #text_var = "string" } variable "text_var" {