Skip to content

Commit

Permalink
Addition of module source
Browse files Browse the repository at this point in the history
  • Loading branch information
evairmarinho committed Apr 3, 2021
1 parent 09d93a4 commit 48b1cdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/with_new_groups.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "with_new_groups" {

source = "../../.."
source = "evairmarinho/iam-users-groups/aws"
region = "us-east-1"
access_key = "<MY_ACCESS_KEY>"
secret_key = "<MY_SECRET_KEY>"
Expand Down
2 changes: 1 addition & 1 deletion examples/without_new_groups.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

module "without_new_groups" {

source = "../../.."
source = "evairmarinho/iam-users-groups/aws"
region = "us-east-1"
access_key = "<MY_ACCESS_KEY>"
secret_key = "<MY_SECRET_KEY>"
Expand Down

0 comments on commit 48b1cdf

Please sign in to comment.