Skip to content

fix: Use empty strings for metadata default values to avoid template errors#52

Merged
bryantbiggs merged 1 commit intoterraform-aws-modules:masterfrom
bryantbiggs:fix/metadata-defaults
Nov 17, 2025
Merged

fix: Use empty strings for metadata default values to avoid template errors#52
bryantbiggs merged 1 commit intoterraform-aws-modules:masterfrom
bryantbiggs:fix/metadata-defaults

Conversation

@bryantbiggs
Copy link
Copy Markdown
Member

Description

  • Use empty strings for metadata default values to avoid template errors

Motivation and Context

Breaking Changes

  • No

How Has This Been Tested?

  • I have updated at least one of the examples/* to demonstrate and validate my change(s)
  • I have tested and validated these changes using one or more of the provided examples/* projects
  • I have executed pre-commit run -a on my pull request

@bryantbiggs bryantbiggs merged commit 2096d87 into terraform-aws-modules:master Nov 17, 2025
6 checks passed
@bryantbiggs bryantbiggs deleted the fix/metadata-defaults branch November 17, 2025 17:02
antonbabenko pushed a commit that referenced this pull request Nov 17, 2025
## [2.4.2](v2.4.1...v2.4.2) (2025-11-17)

### Bug Fixes

* Use empty strings for metadata default values to avoid template errors ([#52](#52)) ([2096d87](2096d87))
@antonbabenko
Copy link
Copy Markdown
Member

This PR is included in version 2.4.2 🎉

@github-actions
Copy link
Copy Markdown

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 Dec 18, 2025
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.

local.partition is null when var.create = false, causing template interpolation error in aws_cloudwatch_observability.tf

2 participants