Closed
Description
Description
Terraform v1.10.0
is affected by this bug hashicorp/terraform#36106
Solved in v1.10.1
(PR | release)
I expect this issue to be present in all runner images containing Terraform v1.10.0
, from a quick search the only one affected seems to be Ubuntu 22.04.
Platforms affected
- Azure DevOps
- GitHub Actions - Standard Runners
- GitHub Actions - Larger Runners
Runner images affected
- Ubuntu 20.04
- Ubuntu 22.04
- Ubuntu 24.04
- macOS 12
- macOS 13
- macOS 13 Arm64
- macOS 14
- macOS 14 Arm64
- macOS 15
- macOS 15 Arm64
- Windows Server 2019
- Windows Server 2022
Image version and build link
Version: 20241201.1.0
Is it regression?
no
Expected behavior
Terraform does not have a bug.
Actual behavior
Terraform 1.10.0 included with the image is affected by hashicorp/terraform#36106
Repro steps
Run a GitHub Action pipeline using terraform apply --auto-approve
with list/dict variables and setting them with env-vars.