Page MenuHomeSolus

Initial inclusion of terraform
ClosedPublic

Authored by der_eismann on Jul 13 2018, 8:15 PM.
Tags
None
Referenced Files
F11054825: D3290.id8129.diff
Fri, Aug 11, 1:13 AM
F11054824: D3290.id.diff
Fri, Aug 11, 1:13 AM
F11054823: D3290.id8293.diff
Fri, Aug 11, 1:13 AM
F11054821: D3290.id8294.diff
Fri, Aug 11, 1:13 AM
F11038250: D3290.diff
Wed, Aug 9, 10:24 PM
F10927919: D3290.id8129.diff
Jul 10 2023, 9:17 PM
F10908366: D3290.id.diff
Jul 6 2023, 11:59 PM
F10845392: D3290.diff
Jun 11 2023, 12:05 AM
Subscribers

Details

Summary

Initial commit of terraform, fixes T5362.

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

JoshStrobl added a subscriber: JoshStrobl.

Additionally completions from https://github.com/hashicorp/terraform/tree/master/contrib, namely fish and zsh should be installed.

package.yml
23

No quotes are needed. Should also be -Dm00755 so we're ensuring there is no uid and guid bits set.

This revision now requires changes to proceed.Jul 20 2018, 1:59 PM

fish completions:

Please note that these completions have been merged upstream and should be bundled with fish 2.6 or later.

We already have 2.7.0 and it is indeed included.

zsh completions:
Was removed 4 months ago.

Well okay then, not sure why they'd bother to have either of those folders in the first place :D

I have no idea why they still have those folders :D But good idea to include it.

Done done done.

This revision is now accepted and ready to land.Jul 20 2018, 2:48 PM
This revision was automatically updated to reflect the committed changes.