Skip to content

Commit

Permalink
build: generate files (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
luismayta committed May 7, 2022
1 parent 6d12e9d commit d9d6348
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ This is a list of plugins that need to be installed previously to enjoy all the

```hcl
module "main" {
source = "hadenlabs/terraform-aws-iam-system-user/aws"
source = "hadenlabs/iam-system-user/aws"
version = "0.1.0"
namespace = "gitlab"
stage = "dev"
Expand All @@ -57,7 +57,7 @@ Full working examples can be found in [examples](./examples) folder.

```hcl
module "main" {
source = "hadenlabs/terraform-aws-iam-system-user/aws"
source = "hadenlabs/iam-system-user/aws"
version = "0.1.0"
}
```
Expand Down Expand Up @@ -101,7 +101,7 @@ data "aws_iam_policy_document" "s3_policy" {
}
module "s3_user" {
source = "hadenlabs/terraform-aws-iam-system-user/aws"
source = "hadenlabs/iam-system-user/aws"
version = "0.1.0"
namespace = "gitlab"
stage = "dev"
Expand Down Expand Up @@ -155,7 +155,7 @@ data "aws_iam_policy_document" "s3_policy" {
}
module "s3_user" {
source = "hadenlabs/terraform-aws-iam-system-user/aws"
source = "hadenlabs/iam-system-user/aws"
version = "0.1.0"
namespace = "gitlab"
stage = "dev"
Expand Down

0 comments on commit d9d6348

Please # to comment.