From 48b1cdf864e064cc754cdef26d9ad9d2d5295da0 Mon Sep 17 00:00:00 2001 From: Evair Marinho Date: Fri, 2 Apr 2021 22:58:53 -0300 Subject: [PATCH] Addition of module source --- examples/with_new_groups.tf | 2 +- examples/without_new_groups.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/with_new_groups.tf b/examples/with_new_groups.tf index 9c78609..bab1922 100644 --- a/examples/with_new_groups.tf +++ b/examples/with_new_groups.tf @@ -1,6 +1,6 @@ module "with_new_groups" { - source = "../../.." + source = "evairmarinho/iam-users-groups/aws" region = "us-east-1" access_key = "" secret_key = "" diff --git a/examples/without_new_groups.tf b/examples/without_new_groups.tf index 527d20c..bfcea96 100644 --- a/examples/without_new_groups.tf +++ b/examples/without_new_groups.tf @@ -1,7 +1,7 @@ module "without_new_groups" { - source = "../../.." + source = "evairmarinho/iam-users-groups/aws" region = "us-east-1" access_key = "" secret_key = ""