Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilmulinti authored Jul 30, 2024
1 parent 05e48fb commit 986b32f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infra-as-code/terraform/sample-aws/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ resource "aws_eks_addon" "core_dns" {
resource "aws_eks_addon" "aws_ebs_csi_driver" {
cluster_name = data.aws_eks_cluster.cluster.name
addon_name = "aws-ebs-csi-driver"
addon_version = "v1.23.0-eksbuild.1"
addon_version = "v1.32.0-eksbuild.1"
resolve_conflicts = "OVERWRITE"
}

Expand All @@ -194,4 +194,4 @@ module "es-data-v1" {
storage_sku = "gp2"
disk_size_gb = "25"

}
}

0 comments on commit 986b32f

Please sign in to comment.