Skip to content

Commit

Permalink
fix: Remove unused TLS provider in iam-github-oidc-role (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbrunet authored Dec 11, 2023
1 parent 91c8dbd commit 2ce3885
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion modules/iam-github-oidc-role/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ module "iam_github_oidc_role" {
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.0 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 4.0 |
| <a name="requirement_tls"></a> [tls](#requirement\_tls) | >= 3.0 |

## Providers

Expand Down
4 changes: 0 additions & 4 deletions modules/iam-github-oidc-role/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,5 @@ terraform {
source = "hashicorp/aws"
version = ">= 4.0"
}
tls = {
source = "hashicorp/tls"
version = ">= 3.0"
}
}
}

0 comments on commit 2ce3885

Please sign in to comment.