Skip to content

Commit

Permalink
Point aws-eks module to my fork containing fix for
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Black committed Nov 17, 2022
1 parent 7b40c4b commit dc553c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ module "kms" {
}

module "aws_eks" {
source = "terraform-aws-modules/eks/aws"
version = "v18.30.2"
source = "github.com/timblaktu/terraform-aws-eks?ref=568-redux"
# source = "terraform-aws-modules/eks/aws"
# version = "v18.30.2"

create = var.create_eks

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
apiVersion: pkg.crossplane.io/v1
apiVersion: pkg.crossplane.io/v1alpha1
kind: Provider
metadata:
name: helm-provider
Expand Down

0 comments on commit dc553c0

Please sign in to comment.