Skip to content

Commit

Permalink
fix: Fix module source and name in README (terraform-aws-modules#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
bigwheel authored Apr 2, 2020
1 parent 4a3ce5f commit fa394da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ module "iam_assumable_role" {

`iam-assumable-role-with-oidc`:
```hcl
module "iam_assumable_role" {
source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role"
module "iam_assumable_role_with_oidc" {
source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc"
version = "~> 2.0"
create_role = true
Expand Down

0 comments on commit fa394da

Please sign in to comment.