Commit fa394da5 authored by k.bigwheel's avatar k.bigwheel Committed by GitHub

fix: Fix module source and name in README (#65)

parent 4a3ce5fb
...@@ -63,8 +63,8 @@ module "iam_assumable_role" { ...@@ -63,8 +63,8 @@ module "iam_assumable_role" {
`iam-assumable-role-with-oidc`: `iam-assumable-role-with-oidc`:
```hcl ```hcl
module "iam_assumable_role" { module "iam_assumable_role_with_oidc" {
source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role" source = "terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc"
version = "~> 2.0" version = "~> 2.0"
create_role = true create_role = true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment