Skip to content

Commit 48b1cdf

Browse files
committed
Addition of module source
1 parent 09d93a4 commit 48b1cdf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/with_new_groups.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module "with_new_groups" {
22

3-
source = "../../.."
3+
source = "evairmarinho/iam-users-groups/aws"
44
region = "us-east-1"
55
access_key = "<MY_ACCESS_KEY>"
66
secret_key = "<MY_SECRET_KEY>"

examples/without_new_groups.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
module "without_new_groups" {
33

4-
source = "../../.."
4+
source = "evairmarinho/iam-users-groups/aws"
55
region = "us-east-1"
66
access_key = "<MY_ACCESS_KEY>"
77
secret_key = "<MY_SECRET_KEY>"

0 commit comments

Comments
 (0)