Skip to content

Commit 2ce3885

Browse files
authored
fix: Remove unused TLS provider in iam-github-oidc-role (#439)
1 parent 91c8dbd commit 2ce3885

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

modules/iam-github-oidc-role/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ module "iam_github_oidc_role" {
5757
|------|---------|
5858
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.0 |
5959
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 4.0 |
60-
| <a name="requirement_tls"></a> [tls](#requirement\_tls) | >= 3.0 |
6160

6261
## Providers
6362

modules/iam-github-oidc-role/versions.tf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,5 @@ terraform {
66
source = "hashicorp/aws"
77
version = ">= 4.0"
88
}
9-
tls = {
10-
source = "hashicorp/tls"
11-
version = ">= 3.0"
12-
}
139
}
1410
}

0 commit comments

Comments
 (0)