Skip to content

Commit a12d501

Browse files
committed
chore: terraform fmt
1 parent 95567b0 commit a12d501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/_user_data/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ resource "null_resource" "validate_cluster_service_cidr" {
1414
}
1515

1616
locals {
17-
ami_type = upper(var.ami_type)
17+
ami_type = upper(var.ami_type)
1818
is_al2 = startswith(local.ami_type, "AL2_")
1919
is_al2023 = startswith(local.ami_type, "AL2023_")
2020

0 commit comments

Comments
 (0)