File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ variable "bastion_ami_id" {
24
24
variable "bation_instance_type" {
25
25
description = " Instance type for bastion host"
26
26
type = string
27
- default = " t3.micro "
27
+ default = " t3.medium "
28
28
}
29
29
30
30
variable "custom_ami_id" {
31
31
description = " Custom AMI ID for EKS nodes"
32
32
type = string
33
- default = " ami-0e28a3d4672edb444 " # Get ID after Packer builds AMI
33
+ default = " ami-00d7463ae4ca4c847 " # Get ID after Packer builds AMI
34
34
}
35
35
36
36
variable "default_tags" {
@@ -68,19 +68,19 @@ variable "node_capacity_type" {
68
68
variable "node_group_desired_capacity" {
69
69
description = " Desired number of nodes in the EKS node group"
70
70
type = number
71
- default = 2
71
+ default = 6
72
72
}
73
73
74
74
variable "node_group_max_size" {
75
75
description = " Maximum number of nodes in the EKS node group"
76
76
type = number
77
- default = 3
77
+ default = 10
78
78
}
79
79
80
80
variable "node_group_min_size" {
81
81
description = " Minimum number of nodes in the EKS node group"
82
82
type = number
83
- default = 1
83
+ default = 6
84
84
}
85
85
86
86
variable "node_group_name" {
@@ -92,7 +92,7 @@ variable "node_group_name" {
92
92
variable "node_instance_type" {
93
93
description = " Instance type for the EKS nodes"
94
94
type = string
95
- default = " t3.small "
95
+ default = " t3.medium "
96
96
}
97
97
98
98
variable "policy_arn" {
You can’t perform that action at this time.
0 commit comments