fix: Avoid adding a null value to concat() function for cache behaviors local variable#179
fix: Avoid adding a null value to concat() function for cache behaviors local variable#179bryantbiggs merged 1 commit intomasterfrom
null value to concat() function for cache behaviors local variable#179Conversation
…aviors local variable
|
I have created #181, to remove the constraint that the default_cache_behavior variable cannot be null. It includes this fix because it affects the same code. Would you consider it to supersede this PR? |
|
no - that doesn't make sense since its a required argument https://github.com/hashicorp/terraform-provider-aws/blob/8927020aa6b462f30ecb8caed61308f2aa3f59d6/internal/service/cloudfront/distribution.go#L105-L107 |
## [6.0.1](v6.0.0...v6.0.1) (2025-12-01) ### Bug Fixes * Avoid adding a `null` value to `concat()` function for cache behaviors local variable ([#179](#179)) ([dd9a7a6](dd9a7a6))
|
This PR is included in version 6.0.1 🎉 |
|
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. |
Description
nullvalue toconcat()function for cache behaviors local variableMotivation and Context
Breaking Changes
How Has This Been Tested?
examples/*to demonstrate and validate my change(s)examples/*projectspre-commit run -aon my pull request