mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-04-25 01:58:30 +02:00
fix: Remove provider from required providers (#1357)
This commit is contained in:
committed by
GitHub
parent
f7d09a2901
commit
5cbbe80302
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -4,7 +4,6 @@ terraform {
|
||||
required_providers {
|
||||
aws = ">= 3.22.0"
|
||||
local = ">= 1.4"
|
||||
null = ">= 2.1"
|
||||
random = ">= 2.1"
|
||||
kubernetes = "~> 1.11"
|
||||
}
|
||||
|
||||
@@ -4,7 +4,6 @@ terraform {
|
||||
required_providers {
|
||||
aws = ">= 3.22.0"
|
||||
local = ">= 1.4"
|
||||
null = ">= 2.1"
|
||||
random = ">= 2.1"
|
||||
kubernetes = "~> 1.11"
|
||||
}
|
||||
|
||||
@@ -4,7 +4,6 @@ terraform {
|
||||
required_providers {
|
||||
aws = ">= 3.22.0"
|
||||
local = ">= 1.4"
|
||||
null = ">= 2.1"
|
||||
random = ">= 2.1"
|
||||
kubernetes = "~> 1.11"
|
||||
}
|
||||
|
||||
@@ -4,7 +4,6 @@ terraform {
|
||||
required_providers {
|
||||
aws = ">= 3.22.0"
|
||||
local = ">= 1.4"
|
||||
null = ">= 2.1"
|
||||
random = ">= 2.1"
|
||||
kubernetes = "~> 1.11"
|
||||
}
|
||||
|
||||
@@ -4,7 +4,6 @@ terraform {
|
||||
required_providers {
|
||||
aws = ">= 3.22.0"
|
||||
local = ">= 1.4"
|
||||
null = ">= 2.1"
|
||||
random = ">= 2.1"
|
||||
kubernetes = "~> 1.11"
|
||||
}
|
||||
|
||||
@@ -4,7 +4,6 @@ terraform {
|
||||
required_providers {
|
||||
aws = ">= 3.22.0"
|
||||
local = ">= 1.4"
|
||||
null = ">= 2.1"
|
||||
random = ">= 2.1"
|
||||
kubernetes = "~> 1.11"
|
||||
}
|
||||
|
||||
@@ -4,7 +4,6 @@ terraform {
|
||||
required_providers {
|
||||
aws = ">= 3.22.0"
|
||||
local = ">= 1.4"
|
||||
null = ">= 2.1"
|
||||
random = ">= 2.1"
|
||||
kubernetes = "~> 1.11"
|
||||
}
|
||||
|
||||
@@ -4,7 +4,6 @@ terraform {
|
||||
required_providers {
|
||||
aws = ">= 3.22.0"
|
||||
local = ">= 1.4"
|
||||
null = ">= 2.1"
|
||||
random = ">= 2.1"
|
||||
kubernetes = "~> 1.11"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user