From f77a59147db143ce3723c1eea04512b9e9fc5174 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Wendt?= Date: Mon, 7 Oct 2024 11:10:26 +0200 Subject: [PATCH] Bump module version in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95f25e4..4454fe3 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ https://docs.github.com/en/actions/deployment/security-hardening-your-deployment ```tf module "iam_role" { source = "babbel/iam-role-for-github-repository/aws" - version = "~> 1.0" + version = "~> 2.0" github_repository = github_repository.example iam_openid_connect_provider = aws_iam_openid_connect_provider.github