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

Fixed bug which causes apply failure when create = false #19

Merged
merged 1 commit into from
Aug 19, 2018

Conversation

samjgalbraith
Copy link
Contributor

@samjgalbraith samjgalbraith commented Jul 18, 2018

The concat operation removes the empty string from the concatenated list, meaning that when create = false, the element operator tries to index into item 0 of a zero length list. This change fixes it so that when create = false, the apply will succeed with an empty value being computed for local.sns_topic_arn

The concat operation removes the empty list from the concatenated list, meaning that when create = false, the element operator tries to index into item 0 of a zero length list. This change fixes it so that when create = true, the apply will succeed with an empty value being computed for local.sns_topic_arn
@antonbabenko antonbabenko merged commit 6821de9 into terraform-aws-modules:master Aug 19, 2018
@antonbabenko
Copy link
Member

Thanks @samjgalbraith !

v1.10.0 has been released.

jinnko added a commit to ixydo/terraform-aws-notify-slack that referenced this pull request Feb 7, 2019
* upstream/master:
  No longer parsing the SNS event as incoming JSON (terraform-aws-modules#23)
  Fixed bug which causes apply failure when create = false (terraform-aws-modules#19)
@github-actions
Copy link

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 10, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants