Bump provider to last release of version 5 (#2525)

* Bump provider to last release of version 5

* Remove default-versions copy in test env setup

* Use file instead of symlink in tools/lookfile

* Remove default-version reference

* Removed unused code
This commit is contained in:
Julio Castillo
2024-08-27 16:50:59 +02:00
committed by GitHub
parent 6cf0e5754b
commit bab85c88ba
96 changed files with 123 additions and 97 deletions

View File

@@ -21,7 +21,7 @@ terraform {
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 5.41.0, < 6.0.0" # tftest
version = ">= 5.43.0, < 6.0.0" # tftest
}
}
}