Skip to content

Commit

Permalink
fix: Remove upper() function
Browse files Browse the repository at this point in the history
  • Loading branch information
uyggnodoow committed Jan 14, 2025
1 parent 8cb3a44 commit 7301ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ resource "aws_fms_policy" "this" {
}

security_service_policy_data {
type = upper(var.type)
type = var.type
managed_service_data = jsonencode(local.managed_service_data)
}
}

0 comments on commit 7301ce7

Please sign in to comment.