Skip to content

Commit

Permalink
terraform format
Browse files Browse the repository at this point in the history
  • Loading branch information
DeeAjayi committed Nov 18, 2024
1 parent db31bf9 commit e3bb740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion output.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
################################################################################
output "platform_iam_role_enabled" {
description = "Flag to enable IAM role for the platform. If false, the user will be created."
value = !var.platform_user_enabled
value = !var.platform_user_enabled
}

output "platform_iam_role_arn" {
Expand Down

0 comments on commit e3bb740

Please sign in to comment.