Bump minimum Google provider version
Bump the minimum Google provider version for this module in versions.tf
since we use timeout_seconds
.
At the moment a good constraint would be "~> 3.33".
Designs
- Show closed items
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
- Dr Rich Wareham added chore label
added chore label
- Dr Rich Wareham changed milestone to %Sprint 103
changed milestone to %Sprint 103
- Dr Rich Wareham changed time estimate to 1d
changed time estimate to 1d
- Dr Rich Wareham added workflowSprint Ready label
added workflowSprint Ready label
- Dr Rich Wareham changed time estimate to 4h
changed time estimate to 4h
From the provider change-log, the minimum version required to use
timeout_seconds
is 3.27. Version 3.33 was the latest when this issue was opened but 3.35 is now the latest, so probably best to require a minimum of 3.35.From the version constraints documentation,
~> 3.33
is equivalent to>= 3.33, < 4.0
, which seems a more reasonable constraint than just>= 3.33
(current constraint is>= 3.16
).Collapse replies - Author Owner
- I thought that we were already using~>
. I agree that we definitely don't want to be using>=
(!)
- Dave Hart added workflowIn Progress label and removed workflowSprint Ready label
added workflowIn Progress label and removed workflowSprint Ready label
- Dave Hart mentioned in merge request !10 (merged)
mentioned in merge request !10 (merged)
- Dr Rich Wareham closed via merge request !10 (merged)
closed via merge request !10 (merged)
- Dr Rich Wareham mentioned in commit a177e995
mentioned in commit a177e995
- Dave Hart added workflowReview Required label and removed workflowIn Progress label
added workflowReview Required label and removed workflowIn Progress label
- Dave Hart added 1h of time spent at 2020-08-20
added 1h of time spent at 2020-08-20