chore: upgrade terraform to 1.10.5 (#16519)

- Updates `terraform` to
[v1.10.5](https://github.com/hashicorp/terraform/blob/v1.10.5/CHANGELOG.md#1105-january-22-2025)
- Updates provider to >=2.0.0 in provider testdata fixtures
- Fixes provider to required release version for resource monitors
- Fixes missing leading / in volumes in resource monitor tests
---------

Co-authored-by: Cian Johnston <cian@coder.com>
This commit is contained in:
Colin Adler
2025-02-18 05:45:22 -06:00
committed by GitHub
parent f66a59f381
commit a777c2694e
68 changed files with 282 additions and 450 deletions
+1 -1
View File
@@ -273,7 +273,7 @@ EOF
main() {
MAINLINE=1
STABLE=0
TERRAFORM_VERSION="1.9.8"
TERRAFORM_VERSION="1.10.5"
if [ "${TRACE-}" ]; then
set -x