Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/github_actions/clouddrove/githu…
Browse files Browse the repository at this point in the history
…b-shared-workflows-1.2.6
  • Loading branch information
clouddrove-ci authored Jul 2, 2024
2 parents 301ac2b + 29e1a8c commit 65d47a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- This file was automatically generated by the `geine`. Make all changes to `README.yaml` and run `make readme` to rebuild this file. -->
[![Banner](https://github.com/clouddrove/terraform-gcp-vpc/blob/master/docs/CloudDrove.png)][website]
[![Banner](https://github.com/clouddrove/terraform-module-template/assets/119565952/67a8a1af-2eb7-40b7-ae07-c94cde9ce062)][website]
<h1 align="center">
Terraform AWS EKS ADDONS
</h1>
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ data "aws_eks_cluster" "eks_cluster" {

module "eks" {
source = "terraform-aws-modules/eks/aws"
version = "20.13.0"
version = "20.15.0"

cluster_name = "${local.name}-cluster"
cluster_version = local.cluster_version
Expand Down
2 changes: 1 addition & 1 deletion examples/complete/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ module "vpc" {

module "eks" {
source = "terraform-aws-modules/eks/aws"
version = "20.13.0"
version = "20.15.0"

cluster_name = "${local.name}-cluster"
cluster_version = local.cluster_version
Expand Down

0 comments on commit 65d47a8

Please sign in to comment.