Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove end of string space #43

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

JeferCatarina
Copy link

what

As there is a whitespace before closing the quotes, when trying to enable notifications, Terraform always try to set it to null:

Code snippet:

  environments = {
    main = {
      branch_name               = "main"
      enable_notification      = true
[...]

Output:

  # module.amplify_app.aws_amplify_branch.default["main"] will be updated in-place
  ~ resource "aws_amplify_branch" "default" {
      - enable_notification           = true -> null
        id                            = "xxxxxxxxxxxxxx/main"
        tags                          = {}
        # (21 unchanged attributes hidden)
    }

why

references

@JeferCatarina JeferCatarina requested review from a team as code owners October 14, 2024 13:38
@mergify mergify bot added the triage Needs triage label Oct 14, 2024
@kevcube
Copy link
Contributor

kevcube commented Oct 14, 2024

/terratest

@mergify mergify bot removed the triage Needs triage label Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants