Page MenuHomeSolus

Update terraform to 0.11.12
ClosedPublic

Authored by der_eismann on Mar 10 2019, 3:43 PM.
Tags
None
Referenced Files
F11007924: D5697.diff
Tue, Aug 1, 11:03 PM
F10936176: D5697.id13763.diff
Thu, Jul 13, 1:35 AM
F10869600: D5697.diff
Jun 18 2023, 4:52 AM
F10798322: D5697.id13753.diff
May 28 2023, 8:58 AM
F10798251: D5697.id13763.diff
May 28 2023, 8:42 AM
F10797757: D5697.id13741.diff
May 28 2023, 6:53 AM
F10797045: D5697.diff
May 28 2023, 4:15 AM
F10778476: D5697.id.diff
May 24 2023, 8:21 AM
Subscribers

Details

Summary

Improvements:

  • The filemd5, filesha1, etc functions from Terraform v0.12 are backported primarily to allow writing modules that can work in both Terraform 0.11 and 0.12
  • backend/remote: Retry calls when the remote backend responds with a server error
  • backend/remote: Check for external updates while waiting for user input

Bug fixes:

  • backend/remote: Fix "token too long" errors when streaming remote operation logs
  • backend/remote: Use the can-queue-apply permission to detect if apply is allowed
  • backend/remote: Exit with 1 when a remote run is canceled
  • core: Use slashes in the module manifest to prevent Windows/Linux compatibility issues
Test Plan
  • Cloned terraform config to local folder
  • run terraform init to create a key pair
  • change config files
  • run terraform plan to see changes
  • run terraform apply to apply changes

Diff Detail

Repository
R4354 terraform
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Girtablulu added inline comments.
package.yml
9–11

I think we can fix this description as well :)

yupdate does that sometimes... ?

yea I know, issue with special chars :) annoying I know

This revision is now accepted and ready to land.Mar 11 2019, 6:54 PM
This revision was automatically updated to reflect the committed changes.