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

Update locals.tf - fixing 1.2.0 bug - null error in locals.tf when AzFW tags not defined #84

Merged
merged 1 commit into from
Sep 3, 2024

Conversation

cbezenco
Copy link
Contributor

@cbezenco cbezenco commented Sep 3, 2024

Getting a null error assignment on following tags assignment when no tags provided for Azure FW. Fixing using try() sequence.

Describe your changes

Fixing using try(value, null) sequence on firewalls.fw_default_ip_configuration_pip.tag and firewalls.fw_management_ip_configuration_pip.tag values assignment.

Issue number

#83

Checklist before requesting a review

  • The pr title can be used to describe what this pr did in CHANGELOG.md file
  • I have executed pre-commit on my machine
  • I have passed pr-check on my machine

Thanks for your cooperation!

Getting a null error assignment on following tags assignment when no tags provided for Azure FW. Fixing using try() sequence.
@matt-FFFFFF matt-FFFFFF merged commit 68ce369 into Azure:main Sep 3, 2024
1 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

2 participants