feat: Add timeouts block for vpc origin resource#165
feat: Add timeouts block for vpc origin resource#165bryantbiggs merged 7 commits intoterraform-aws-modules:masterfrom
Conversation
|
ah, this module still supports Terraform 0.13.x which means we won't be able to use variable optional attributes (1.3+) we'll have to wait to take a breaking change to update |
|
@bryantbiggs |
|
Hi @bryantbiggs! Can this pull request still be merged or should changes be made to |
## [4.2.0](v4.1.0...v4.2.0) (2025-06-27) ### Features * Add timeouts block for vpc origin resource ([#165](#165)) ([dac9b8a](dac9b8a))
|
This PR is included in version 4.2.0 🎉 |
|
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
Adds timeouts configuration for vpc origin resource.
Motivation and Context
Resolves #163
VPC Origin creation can be longer than default terraform timeout, which stops deployments and forces to manually untaint resource before continuing deployment.
This PR adds an optional timeout configuration in the
vpc_originvariable and uses this configuration in theaws_cloudfront_vpc_originresource.Breaking Changes
N/A
How Has This Been Tested?
examples/*to demonstrate and validate my change(s)examples/*projectspre-commit run -aon my pull request