Initial commit of terraform, fixes T5362.
Details
Details
- Reviewers
JoshStrobl - Group Reviewers
Triage Team - Maniphest Tasks
- T5362: Terraform
- Commits
- R4354:45aa5e5d8226: Initial inclusion of terraform
- 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
Diff Detail
- Branch
- master
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
Comment Actions
Additionally completions from https://github.com/hashicorp/terraform/tree/master/contrib, namely fish and zsh should be installed.
| package.yml | ||
|---|---|---|
| 22 | No quotes are needed. Should also be -Dm00755 so we're ensuring there is no uid and guid bits set. | |
Comment Actions
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.
Comment Actions
Well okay then, not sure why they'd bother to have either of those folders in the first place :D