@@ -21,8 +21,8 @@ $ terraform apply
21
21
22
22
| Name | Version |
23
23
| ------| ---------|
24
- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | 5.98.0 |
25
- | <a name =" provider_tls " ></a > [ tls] ( #provider\_ tls ) | 4.1 .0 |
24
+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | >= 5.74 |
25
+ | <a name =" provider_tls " ></a > [ tls] ( #provider\_ tls ) | >= 4 .0 |
26
26
27
27
## Modules
28
28
@@ -31,7 +31,7 @@ $ terraform apply
31
31
| <a name =" module_eks_cluster " ></a > [ eks\_ cluster] ( #module\_ eks\_ cluster ) | native-cube/kms/aws | ~ > 1.0.0 |
32
32
| <a name =" module_eks_node_group_al2023 " ></a > [ eks\_ node\_ group\_ al2023] ( #module\_ eks\_ node\_ group\_ al2023 ) | native-cube/eks-node-group/aws | ~ > 1.1.0 |
33
33
| <a name =" module_eks_vpc_flow_logs " ></a > [ eks\_ vpc\_ flow\_ logs] ( #module\_ eks\_ vpc\_ flow\_ logs ) | native-cube/vpc-flow-logs/aws | ~ > 2.2.0 |
34
- | <a name =" module_vpc_eks " ></a > [ vpc\_ eks] ( #module\_ vpc\_ eks ) | terraform-aws-modules/vpc/aws | 5.18 .1 |
34
+ | <a name =" module_vpc_eks " ></a > [ vpc\_ eks] ( #module\_ vpc\_ eks ) | terraform-aws-modules/vpc/aws | 6.0 .1 |
35
35
36
36
## Resources
37
37
@@ -65,7 +65,7 @@ $ terraform apply
65
65
| [ aws_iam_role.adot_collector] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_role ) | resource |
66
66
| [ aws_iam_role.cert_manager] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_role ) | resource |
67
67
| [ aws_iam_role.cluster] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_role ) | resource |
68
- | [ aws_iam_role.ebs_csi_controller_sa ] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_role ) | resource |
68
+ | [ aws_iam_role.ebs_csi_controller ] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_role ) | resource |
69
69
| [ aws_iam_role.eks_node_group] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_role ) | resource |
70
70
| [ aws_iam_role.eks_node_karpenter] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_role ) | resource |
71
71
| [ aws_iam_role.external_dns] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_role ) | resource |
@@ -79,7 +79,7 @@ $ terraform apply
79
79
| [ aws_iam_role_policy.load_balancer_controller] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_role_policy ) | resource |
80
80
| [ aws_iam_role_policy_attachments_exclusive.adot_collector] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_role_policy_attachments_exclusive ) | resource |
81
81
| [ aws_iam_role_policy_attachments_exclusive.cluster] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_role_policy_attachments_exclusive ) | resource |
82
- | [ aws_iam_role_policy_attachments_exclusive.ebs_csi_controller_sa ] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_role_policy_attachments_exclusive ) | resource |
82
+ | [ aws_iam_role_policy_attachments_exclusive.ebs_csi_controller ] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_role_policy_attachments_exclusive ) | resource |
83
83
| [ aws_iam_role_policy_attachments_exclusive.eks_node_group] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_role_policy_attachments_exclusive ) | resource |
84
84
| [ aws_iam_role_policy_attachments_exclusive.eks_node_karpenter] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_role_policy_attachments_exclusive ) | resource |
85
85
| [ aws_launch_template.cluster_al2023] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/launch_template ) | resource |
@@ -142,6 +142,7 @@ $ terraform apply
142
142
| Name | Description | Type | Default | Required |
143
143
| ------| -------------| ------| ---------| :--------:|
144
144
| <a name =" input_azs " ></a > [ azs] ( #input\_ azs ) | A list of availability zones names or ids in the region | ` list(string) ` | ` [] ` | no |
145
+ | <a name =" input_capacity_type " ></a > [ capacity\_ type] ( #input\_ capacity\_ type ) | Type of capacity associated with the EKS Node Group. Defaults to ON\_ DEMAND. Valid values: ON\_ DEMAND, SPOT. | ` string ` | ` "ON_DEMAND" ` | no |
145
146
| <a name =" input_ebs_delete_on_termination " ></a > [ ebs\_ delete\_ on\_ termination] ( #input\_ ebs\_ delete\_ on\_ termination ) | Whether the volume should be destroyed on instance termination. | ` bool ` | ` true ` | no |
146
147
| <a name =" input_ebs_encrypted " ></a > [ ebs\_ encrypted] ( #input\_ ebs\_ encrypted ) | Enables EBS encryption on the volume. | ` bool ` | ` true ` | no |
147
148
| <a name =" input_ebs_volume_size " ></a > [ ebs\_ volume\_ size] ( #input\_ ebs\_ volume\_ size ) | The size of the volume in gigabytes. | ` number ` | ` 100 ` | no |
0 commit comments