Skip to content

Commit

Permalink
Updated module reference to source from local repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgin314 committed Apr 18, 2024
1 parent 8444835 commit 54326c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ locals {
}

module "cluster" {
source = "terraform-aws-modules/eks/aws"
version = "19.16.0"
source = "git@github.e.it.census.gov:SCT-Engineering/terraform-aws-eks.git?ref=v20.8.5"
#version = "19.16.0"

cluster_name = var.cluster_name
cluster_version = var.cluster_version
Expand Down

0 comments on commit 54326c9

Please sign in to comment.