ChainSafe/forest-iac

Cleanly upgrade terraform cli version and provider configurations

Closed this issue · 2 comments

Issue summary

Task summary

Cleanly upgrade terraform version and provider configurations

Acceptance Criteria

Other information and links

Couldn’t get our current terraform config to work with the new terraform version 1.6.0 because there seems to be a bug in the new update as stated here hashicorp/terraform#33983, While we wait for a response from the HashiCorp team, downgrading back to Terraform v.1.5.x is a workaround for this problem.

The error rather comes from s3 incompatibility. It should be fixed in 1.6.3 by adding skip_s3_checksum to the backend.

hashicorp/terraform#34053