Skip to content

Commit

Permalink
Update cluster.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
liranfarage89 authored Jan 27, 2022
1 parent 97b0af8 commit f7d84ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws/k8s/cluster.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "my-cluster" {
#source = "github.com/env0/k8s-modules//aws?ref=chore-drop-oidc-provider-data"
source = "github.com/env0/k8s-modules//aws"
source = "github.com/env0/k8s-modules//aws?ref=chore-drop-oidc-provider-data"
#source = "github.com/env0/k8s-modules//aws"

region = var.region
cluster_name = var.cluster_name
Expand Down

0 comments on commit f7d84ee

Please sign in to comment.