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 8a3977e commit e7939d6Copy full SHA for e7939d6
main.tf
@@ -156,7 +156,7 @@ locals {
156
# better controlled by users through Terraform
157
bootstrap_cluster_creator_admin_permissions = {
158
cluster_creator = {
159
- principal_arn = var.custom_cluster_creator_admin_arn ? var.custom_cluster_creator_admin_arn : data.aws_iam_session_context.current.issuer_arn
+ principal_arn = var.custom_cluster_creator_admin_arn != "" ? var.custom_cluster_creator_admin_arn : data.aws_iam_session_context.current.issuer_arn
160
type = "STANDARD"
161
162
policy_associations = {
0 commit comments