mirror of
https://github.com/terraform-aws-modules/terraform-aws-eks.git
synced 2025-09-09 19:32:58 +08:00
feat: Add support for deletion protection functionality in the cluster (#3475)
* feat: Add support for deletion protection functionality in the cluster * fix: Bump version throughout, correct argument/variable name --------- Co-authored-by: Tiago Vieira <tiago.vieira@sqills.com> Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
This commit is contained in:
@@ -94,16 +94,16 @@ Note that this example may create resources which cost money. Run `terraform des
|
||||
| Name | Version |
|
||||
|------|---------|
|
||||
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.5.7 |
|
||||
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 6.0 |
|
||||
| <a name="requirement_helm"></a> [helm](#requirement\_helm) | >= 3.0.0 |
|
||||
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 6.9 |
|
||||
| <a name="requirement_helm"></a> [helm](#requirement\_helm) | >= 3.0 |
|
||||
|
||||
## Providers
|
||||
|
||||
| Name | Version |
|
||||
|------|---------|
|
||||
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 6.0 |
|
||||
| <a name="provider_aws.virginia"></a> [aws.virginia](#provider\_aws.virginia) | >= 6.0 |
|
||||
| <a name="provider_helm"></a> [helm](#provider\_helm) | >= 3.0.0 |
|
||||
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 6.9 |
|
||||
| <a name="provider_aws.virginia"></a> [aws.virginia](#provider\_aws.virginia) | >= 6.9 |
|
||||
| <a name="provider_helm"></a> [helm](#provider\_helm) | >= 3.0 |
|
||||
|
||||
## Modules
|
||||
|
||||
|
||||
Reference in New Issue
Block a user