Skip to content

Commit

Permalink
Merge pull request #7036 from ameukam/kops-ci-bump-tf-provider
Browse files Browse the repository at this point in the history
kops: Bump terraform providers and modules for the build cluster.
  • Loading branch information
k8s-ci-robot authored Jul 19, 2024
2 parents e1dd2b6 + 5d5d731 commit cdd5f66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions infra/aws/terraform/kops-infra-ci/eks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ limitations under the License.
module "eks" {
providers = { aws = aws.kops-infra-ci }
source = "terraform-aws-modules/eks/aws"
version = "20.8.3"
version = "20.10.0"

cluster_name = local.cluster_name
cluster_version = var.eks_version
Expand Down Expand Up @@ -90,7 +90,6 @@ module "eks" {
capacity_type = "ON_DEMAND"
instance_types = ["r6id.2xlarge"]
ami_type = "BOTTLEROCKET_x86_64"
platform = "bottlerocket"

ebs_optimized = true
enable_monitoring = true
Expand Down
2 changes: 1 addition & 1 deletion infra/aws/terraform/kops-infra-ci/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.40.0"
version = "~> 5.58.0"
}
}
}

0 comments on commit cdd5f66

Please sign in to comment.