Skip to content

Commit

Permalink
fix: remove end of string space
Browse files Browse the repository at this point in the history
  • Loading branch information
JeferCatarina committed Oct 14, 2024
1 parent 17ba5ce commit b35dc02
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 @@ -83,7 +83,7 @@ resource "aws_amplify_branch" "default" {
description = lookup(each.value, "description", null)
enable_auto_build = lookup(each.value, "enable_auto_build", null)
enable_basic_auth = lookup(each.value, "enable_basic_auth", null)
enable_notification = lookup(each.value, "enable_notification ", null)
enable_notification = lookup(each.value, "enable_notification", null)
enable_performance_mode = lookup(each.value, "enable_performance_mode", null)
enable_pull_request_preview = lookup(each.value, "enable_pull_request_preview", null)
environment_variables = lookup(each.value, "environment_variables", {})
Expand Down

0 comments on commit b35dc02

Please sign in to comment.