1
0
mirror of https://github.com/terraform-aws-modules/terraform-aws-eks.git synced 2025-09-09 19:32:58 +08:00
Files
Tiago Vieira 83c9cd187a 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>
2025-08-15 07:23:13 -05:00

3.3 KiB

EKS Hybrid Node IAM Role

Usage

To provision the provided configurations you need to execute:

$ terraform init
$ terraform plan
$ terraform apply --auto-approve

Note that this example may create resources which cost money. Run terraform destroy when you don't need these resources.

Requirements

Name Version
terraform >= 1.5.7
aws >= 6.9
tls >= 4.0

Providers

Name Version
tls >= 4.0

Modules

Name Source Version
disabled_eks_hybrid_node_role ../../modules/hybrid-node-role n/a
eks_hybrid_node_role ../../modules/hybrid-node-role n/a
ira_eks_hybrid_node_role ../../modules/hybrid-node-role n/a

Resources

Name Type
tls_private_key.example resource
tls_self_signed_cert.example resource

Inputs

No inputs.

Outputs

Name Description
arn The Amazon Resource Name (ARN) specifying the node IAM role
intermediate_role_arn The Amazon Resource Name (ARN) specifying the node IAM role
intermediate_role_name The name of the node IAM role
intermediate_role_unique_id Stable and unique string identifying the node IAM role
ira_arn The Amazon Resource Name (ARN) specifying the node IAM role
ira_intermediate_role_arn The Amazon Resource Name (ARN) specifying the node IAM role
ira_intermediate_role_name The name of the node IAM role
ira_intermediate_role_unique_id Stable and unique string identifying the node IAM role
ira_name The name of the node IAM role
ira_unique_id Stable and unique string identifying the node IAM role
name The name of the node IAM role
unique_id Stable and unique string identifying the node IAM role