Skip to content

Commit 5a75b5c

Browse files
committed
fix: Adds support for access entry types EC2 and HYPERPOD_LINUX
Closes #3350
1 parent 37e3348 commit 5a75b5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ locals {
259259
association_policy_arn = pol_val.policy_arn
260260
association_access_scope_type = pol_val.access_scope.type
261261
association_access_scope_namespaces = lookup(pol_val.access_scope, "namespaces", [])
262-
} : k => v if !contains(["EC2_LINUX", "EC2_WINDOWS", "FARGATE_LINUX", "HYBRID_LINUX"], lookup(entry_val, "type", "STANDARD")) },
262+
} : k => v if !contains(["EC2", "EC2_LINUX", "EC2_WINDOWS", "FARGATE_LINUX", "HYBRID_LINUX", "HYPERPOD_LINUX"], lookup(entry_val, "type", "STANDARD")) },
263263
)
264264
]
265265
])

0 commit comments

Comments
 (0)