We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95567b0 commit a12d501Copy full SHA for a12d501
modules/_user_data/main.tf
@@ -14,7 +14,7 @@ resource "null_resource" "validate_cluster_service_cidr" {
14
}
15
16
locals {
17
- ami_type = upper(var.ami_type)
+ ami_type = upper(var.ami_type)
18
is_al2 = startswith(local.ami_type, "AL2_")
19
is_al2023 = startswith(local.ami_type, "AL2023_")
20
0 commit comments