Skip to content

Commit

Permalink
fix: Remove provider from required providers (terraform-aws-modules#1357
Browse files Browse the repository at this point in the history
)
  • Loading branch information
barryib authored and ArchiFleKs committed Jun 1, 2021
1 parent ee97b74 commit 1e6f4bf
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ MIT Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-a
| <a name="requirement_kubernetes"></a> [kubernetes](#requirement\_kubernetes) | >= 1.11.1 |
| <a name="requirement_local"></a> [local](#requirement\_local) | >= 1.4 |
| <a name="requirement_random"></a> [random](#requirement\_random) | >= 2.1 |
| <a name="requirement_template"></a> [template](#requirement\_template) | >= 2.1 |

## Providers

Expand All @@ -157,7 +156,6 @@ MIT Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-a
| <a name="provider_kubernetes"></a> [kubernetes](#provider\_kubernetes) | >= 1.11.1 |
| <a name="provider_local"></a> [local](#provider\_local) | >= 1.4 |
| <a name="provider_random"></a> [random](#provider\_random) | >= 2.1 |
| <a name="provider_template"></a> [template](#provider\_template) | >= 2.1 |

## Modules

Expand Down Expand Up @@ -217,8 +215,6 @@ MIT Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-a
| [aws_iam_role.custom_cluster_iam_role](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_role) | data source |
| [aws_partition.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/partition) | data source |
| [http_http.wait_for_cluster](https://registry.terraform.io/providers/terraform-aws-modules/http/latest/docs/data-sources/http) | data source |
| [template_file.launch_template_userdata](https://registry.terraform.io/providers/hashicorp/template/latest/docs/data-sources/file) | data source |
| [template_file.userdata](https://registry.terraform.io/providers/hashicorp/template/latest/docs/data-sources/file) | data source |

## Inputs

Expand Down
1 change: 0 additions & 1 deletion examples/basic/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ terraform {
required_providers {
aws = ">= 3.22.0"
local = ">= 1.4"
null = ">= 2.1"
random = ">= 2.1"
kubernetes = "~> 1.11"
}
Expand Down
1 change: 0 additions & 1 deletion examples/fargate/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ terraform {
required_providers {
aws = ">= 3.22.0"
local = ">= 1.4"
null = ">= 2.1"
random = ">= 2.1"
kubernetes = "~> 1.11"
}
Expand Down
1 change: 0 additions & 1 deletion examples/irsa/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ terraform {
required_providers {
aws = ">= 3.22.0"
local = ">= 1.4"
null = ">= 2.1"
random = ">= 2.1"
kubernetes = "~> 1.11"
}
Expand Down
1 change: 0 additions & 1 deletion examples/launch_templates/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ terraform {
required_providers {
aws = ">= 3.22.0"
local = ">= 1.4"
null = ">= 2.1"
random = ">= 2.1"
kubernetes = "~> 1.11"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ terraform {
required_providers {
aws = ">= 3.22.0"
local = ">= 1.4"
null = ">= 2.1"
random = ">= 2.1"
kubernetes = "~> 1.11"
}
Expand Down
1 change: 0 additions & 1 deletion examples/managed_node_groups/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ terraform {
required_providers {
aws = ">= 3.22.0"
local = ">= 1.4"
null = ">= 2.1"
random = ">= 2.1"
kubernetes = "~> 1.11"
}
Expand Down
1 change: 0 additions & 1 deletion examples/secrets_encryption/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ terraform {
required_providers {
aws = ">= 3.22.0"
local = ">= 1.4"
null = ">= 2.1"
random = ">= 2.1"
kubernetes = "~> 1.11"
}
Expand Down
1 change: 0 additions & 1 deletion examples/spot_instances/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ terraform {
required_providers {
aws = ">= 3.22.0"
local = ">= 1.4"
null = ">= 2.1"
random = ">= 2.1"
kubernetes = "~> 1.11"
}
Expand Down

0 comments on commit 1e6f4bf

Please sign in to comment.