We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c3d185e + 166df23 commit f85c6dfCopy full SHA for f85c6df
.github/workflows/test.yml
@@ -76,7 +76,7 @@ jobs:
76
matrix:
77
# list whatever Terraform versions here you would like to support
78
terraform:
79
- - '1.0.3'
+ - '1.7.5'
80
steps:
81
- name: Set up Go
82
uses: actions/[email protected]
CHANGELOG.md
@@ -1,6 +1,9 @@
1
## X.Y.Z (Unreleased)
2
* Add new change notes here
3
4
+ENHANCEMENTS:
5
+* Updated Terraform version in GitHub Actions tests to 1.7.5
6
+
7
## 3.1.3 (August 6, 2025)
8
9
BUG FIXES:
0 commit comments