Skip to content

Commit

Permalink
Update to latest efs module version
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgin314 committed Sep 9, 2024
1 parent 7051b79 commit d820165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ resource "kubernetes_storage_class" "ebs_encrypted" {
module "efs" {
# tflint-ignore: terraform_module_version
# tflint-ignore: terraform_module_pinned_source
source = "git@github.e.it.census.gov:terraform-modules/aws-efs.git"
source = "git@github.e.it.census.gov:terraform-modules/aws-efs.git?ref=1.3.3"

name = var.cluster_name
vpc_id = var.vpc_id
Expand Down

0 comments on commit d820165

Please sign in to comment.