Skip to content

Commit 40523fd

Browse files
update readme example
1 parent fef0d7a commit 40523fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ IMPORTANT: The master branch is used in source just as an example. In your code,
5151

5252
```hcl
5353
module "github-oidc" {
54-
source = "terraform-module/blueprint"
55-
version = "0.0.0"
54+
source = "terraform-module/github-oidc-provider/aws"
55+
version = "~> 1"
5656
5757
create_oidc_provider = true
5858
create_oidc_role = true

0 commit comments

Comments
 (0)