Skip to content

Commit db6a8f2

Browse files
Update modules/comet_eks/main.tf
Co-authored-by: Copilot <[email protected]>
1 parent 6b0e056 commit db6a8f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/comet_eks/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ module "eks" {
4747
nodegroup_name = "comet"
4848
}
4949
tags = var.common_tags
50-
tags_propogate_at_launch = true
50+
tags_propagate_at_launch = true
5151
launch_template_version = "$Latest"
5252
iam_role_additional_policies = var.s3_enabled ? { comet_s3_access = var.comet_ec2_s3_iam_policy } : {}
5353
}

0 commit comments

Comments
 (0)