We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
iam-github-oidc-role
1 parent 91c8dbd commit 2ce3885Copy full SHA for 2ce3885
modules/iam-github-oidc-role/README.md
@@ -57,7 +57,6 @@ module "iam_github_oidc_role" {
57
|------|---------|
58
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.0 |
59
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 4.0 |
60
-| <a name="requirement_tls"></a> [tls](#requirement\_tls) | >= 3.0 |
61
62
## Providers
63
modules/iam-github-oidc-role/versions.tf
@@ -6,9 +6,5 @@ terraform {
6
source = "hashicorp/aws"
7
version = ">= 4.0"
8
}
9
- tls = {
10
- source = "hashicorp/tls"
11
- version = ">= 3.0"
12
- }
13
14
0 commit comments