Skip to content

Commit

Permalink
fix: temporarily unpin module version for terraform 1.3 support (#8)
Browse files Browse the repository at this point in the history
* fix: temporarily unpin module version for terraform 1.3 support

* Update main.tf

Signed-off-by: askulkarni2 <[email protected]>

* fix indent

Signed-off-by: askulkarni2 <[email protected]>

Signed-off-by: askulkarni2 <[email protected]>
  • Loading branch information
askulkarni2 authored Oct 11, 2022
1 parent a64ec66 commit 7b2f8cd
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
module "helm_addon"{
source = "github.com/aws-ia/terraform-aws-eks-blueprints//modules/kubernetes-addons/helm-addon?ref=v4.7.0"
addon_context = var.addon_context
set_values = local.set_values
helm_config = local.helm_config
irsa_config = local.irsa_config
source = "github.com/aws-ia/terraform-aws-eks-blueprints//modules/kubernetes-addons/helm-addon"

addon_context = var.addon_context
set_values = local.set_values
helm_config = local.helm_config
irsa_config = local.irsa_config
}

0 comments on commit 7b2f8cd

Please sign in to comment.