We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09d93a4 commit 48b1cdfCopy full SHA for 48b1cdf
examples/with_new_groups.tf
@@ -1,6 +1,6 @@
1
module "with_new_groups" {
2
3
- source = "../../.."
+ source = "evairmarinho/iam-users-groups/aws"
4
region = "us-east-1"
5
access_key = "<MY_ACCESS_KEY>"
6
secret_key = "<MY_SECRET_KEY>"
examples/without_new_groups.tf
@@ -1,7 +1,7 @@
module "without_new_groups" {
7
0 commit comments