Skip to content

Commit 827929f

Browse files
Removing default from TF values and moving to github action + adding type: choice
1 parent 811c4a0 commit 827929f

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

action.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -940,8 +940,16 @@ inputs:
940940
description: "Skip deletion of cluster logs if set to true"
941941
required: false
942942
aws_eks_cluster_version:
943+
type: choice
943944
description: 'Specify the k8s cluster version'
944-
required: false
945+
option:
946+
- 1.29
947+
- 1.30
948+
- 1.31
949+
- 1.32
950+
- 1.33
951+
required: false
952+
default: 1.33
945953
aws_eks_instance_type:
946954
description: 'enter the aws instance type'
947955
required: false

operations/deployment/terraform/aws/aws_variables.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1610,7 +1610,6 @@ variable "aws_eks_cluster_log_skip_destroy" {
16101610
variable "aws_eks_cluster_version" {
16111611
description = "enter the kubernetes version"
16121612
type = number
1613-
default = "1.33"
16141613
}
16151614

16161615
variable "aws_eks_instance_type" {

0 commit comments

Comments
 (0)