Update Terraform version to 1.8.x in acceptance test GitHub Actions workflow. (#626)

This commit is contained in:
Jonatan Reiners 2025-04-09 23:40:39 +02:00 committed by GitHub
parent 7155ab079c
commit 4e6ef4b2e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,7 +26,7 @@ jobs:
matrix:
terraform_version:
- "0.15.x"
- "1.1.x"
- "1.8.x"
resource_type:
- "TestAccDockerConfig"
- "TestAccDockerContainer"