You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have the following issue reported in the upstream terraform-provider-aws - hashicorp/terraform-provider-aws#21032.
It seems that hashicorp/terraform-provider-aws#21161 makes the RouteReady func to use a configurable timeout (TimeoutCreate, still defaults to 2m but the timeout at least is configurable now, and I think we already specify 5m for TimeoutCreate). Previously RouteReady was using a hard-coded timeout (PropagationTimeout, defaults to 2m) which was not configurable.
So it definitely makes sense to update to terraform-provider-aws >= 3.62.0 to adopt the above-mentioned PR.
Tasks related to g/terraformer (update to terraform-provider-aws version >= 3.62.0):
Cut a g/terraformer release with the above change (if possible, cut a standalone release that contains only the terraform-provider-aws version bump - to make any potential roll-backs easier) -> https://github.com/gardener/terraformer/releases/tag/v2.12.0
/platform aws
/kind bug
We have the following issue reported in the upstream terraform-provider-aws - hashicorp/terraform-provider-aws#21032.
It seems that hashicorp/terraform-provider-aws#21161 makes the
RouteReady
func to use a configurable timeout (TimeoutCreate
, still defaults to 2m but the timeout at least is configurable now, and I think we already specify5m
forTimeoutCreate
). PreviouslyRouteReady
was using a hard-coded timeout (PropagationTimeout
, defaults to2m
) which was not configurable.So it definitely makes sense to update to terraform-provider-aws
>= 3.62.0
to adopt the above-mentioned PR.Tasks related to g/terraformer (update to terraform-provider-aws version
>= 3.62.0
):>= 3.62.0
(if possible terraform-provider-aws@latest) -> Update hashicorp/terraform-provider-aws terraformer#104>= 3.62.0
-> https://github.com/gardener/gardener-extension-provider-aws/releases/tag/v1.30.0The text was updated successfully, but these errors were encountered: