Skip to content

Commit 1e6f4bf

Browse files
barryibArchiFleKs
authored andcommitted
fix: Remove provider from required providers (terraform-aws-modules#1357)
1 parent ee97b74 commit 1e6f4bf

File tree

9 files changed

+0
-12
lines changed

9 files changed

+0
-12
lines changed

README.md

-4
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ MIT Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-a
146146
| <a name="requirement_kubernetes"></a> [kubernetes](#requirement\_kubernetes) | >= 1.11.1 |
147147
| <a name="requirement_local"></a> [local](#requirement\_local) | >= 1.4 |
148148
| <a name="requirement_random"></a> [random](#requirement\_random) | >= 2.1 |
149-
| <a name="requirement_template"></a> [template](#requirement\_template) | >= 2.1 |
150149

151150
## Providers
152151

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

162160
## Modules
163161

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

223219
## Inputs
224220

examples/basic/versions.tf

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ terraform {
44
required_providers {
55
aws = ">= 3.22.0"
66
local = ">= 1.4"
7-
null = ">= 2.1"
87
random = ">= 2.1"
98
kubernetes = "~> 1.11"
109
}

examples/fargate/versions.tf

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ terraform {
44
required_providers {
55
aws = ">= 3.22.0"
66
local = ">= 1.4"
7-
null = ">= 2.1"
87
random = ">= 2.1"
98
kubernetes = "~> 1.11"
109
}

examples/irsa/versions.tf

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ terraform {
44
required_providers {
55
aws = ">= 3.22.0"
66
local = ">= 1.4"
7-
null = ">= 2.1"
87
random = ">= 2.1"
98
kubernetes = "~> 1.11"
109
}

examples/launch_templates/versions.tf

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ terraform {
44
required_providers {
55
aws = ">= 3.22.0"
66
local = ">= 1.4"
7-
null = ">= 2.1"
87
random = ">= 2.1"
98
kubernetes = "~> 1.11"
109
}

examples/launch_templates_with_managed_node_groups/versions.tf

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ terraform {
44
required_providers {
55
aws = ">= 3.22.0"
66
local = ">= 1.4"
7-
null = ">= 2.1"
87
random = ">= 2.1"
98
kubernetes = "~> 1.11"
109
}

examples/managed_node_groups/versions.tf

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ terraform {
44
required_providers {
55
aws = ">= 3.22.0"
66
local = ">= 1.4"
7-
null = ">= 2.1"
87
random = ">= 2.1"
98
kubernetes = "~> 1.11"
109
}

examples/secrets_encryption/versions.tf

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ terraform {
44
required_providers {
55
aws = ">= 3.22.0"
66
local = ">= 1.4"
7-
null = ">= 2.1"
87
random = ">= 2.1"
98
kubernetes = "~> 1.11"
109
}

examples/spot_instances/versions.tf

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ terraform {
44
required_providers {
55
aws = ">= 3.22.0"
66
local = ">= 1.4"
7-
null = ">= 2.1"
87
random = ">= 2.1"
98
kubernetes = "~> 1.11"
109
}

0 commit comments

Comments
 (0)