OpsLevel / terraform-provider-opslevel

Terraform provider for OpsLevel.com
https://registry.terraform.io/providers/OpsLevel/opslevel/latest/docs
MIT License
8 stars 5 forks source link

add minimum Terraform version to README #386

Closed davidbloss closed 1 month ago

davidbloss commented 1 month ago

Issues

Terraform Provider Minimum Version Requirements

Changelog

Specify Terraform version 1.2.0 as the minimum.

Test version 1.2.0 and the three latest versions (1.7.0, 1.8.0, and 1.9.0) in CI

Tophatting

rocktavious commented 1 month ago

FWIW - i'm ok saying our latest min version is 1.7.x and then trying to keep up to date with at least the last 3 minor's. Especially if we are gonna run our tests in a matrix with the last 3 minors. Feels safer then last 3 minors + arbitrary minimum.

We'd basically be saying - we only logically support last 3 minor verisons but its possible it works for the 4 and 5 and 6th but we arn't going to fix bug reports for those versions.