Skip to content

Commit

Permalink
Fixes examples source URL (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gowiem authored Sep 2, 2020
1 parent 4f4ba80 commit 7e68a93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Here's how to invoke this example module in your projects

```hcl
module "eks_iam_role" {
source = "https://github.com/cloudposse/terraform-aws-eks-iam-role.git?ref=master"
source = "git::https://github.com/cloudposse/terraform-aws-eks-iam-role.git?ref=master"
namespace = var.namespace
environment = var.environment
Expand Down
2 changes: 1 addition & 1 deletion README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ usage: |-
```hcl
module "eks_iam_role" {
source = "https://github.com/cloudposse/terraform-aws-eks-iam-role.git?ref=master"
source = "git::https://github.com/cloudposse/terraform-aws-eks-iam-role.git?ref=master"
namespace = var.namespace
environment = var.environment
Expand Down

0 comments on commit 7e68a93

Please sign in to comment.