Skip to content

Commit a63446c

Browse files
authored
Remove e2e test (support) for 0.11 (#510)
1 parent 96b1e7a commit a63446c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ jobs:
132132
- ${{ needs.resolve-versions.outputs.oldstable }}
133133
- ${{ needs.resolve-versions.outputs.stable }}
134134
terraform_version:
135-
- "0.11.15"
136135
- "0.12.31"
137136
- "0.13.7"
138137
- "0.14.11"

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ This library is built in Go, and uses the [support policy](https://golang.org/do
1616

1717
Currently, that means Go **1.22** or later must be used.
1818

19+
## Terraform compatibility
20+
21+
We generally follow [Terraform's own compatibility promises](https://developer.hashicorp.com/terraform/language/v1-compatibility-promises). i.e. **we recommend Terraform v1.x to be used alongside this library**.
22+
23+
Given the nature of this library being used in automation, we maintain compatibility **on best effort basis** with latest minor versions from `0.12` and later. This does not imply coverage of all features or CLI surface, just that it shouldn't break in unexpected ways.
24+
1925
## Usage
2026

2127
The `Terraform` struct must be initialised with `NewTerraform(workingDir, execPath)`.

0 commit comments

Comments
 (0)