Page MenuHomePhabricator

[services] fix terraform formatting
ClosedPublic

Authored by varun on Jul 13 2022, 10:58 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Dec 29, 12:08 PM
Unknown Object (File)
Sun, Dec 29, 12:08 PM
Unknown Object (File)
Sun, Dec 29, 12:08 PM
Unknown Object (File)
Sun, Dec 29, 12:05 PM
Unknown Object (File)
Sun, Dec 29, 11:54 AM
Unknown Object (File)
Thu, Dec 26, 4:40 AM
Unknown Object (File)
Thu, Dec 19, 1:58 AM
Unknown Object (File)
Thu, Dec 19, 1:58 AM

Details

Summary

ran terraform fmt to make the formatting consistent

i'll add a pre-commit hook in a subsequent diff

Test Plan

terraform init && terraform validate

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

tomek added inline comments.
services/terraform/.terraform.lock.hcl
8 ↗(On Diff #14442)

It is really suspicious that a line disappeared after formatting

This revision is now accepted and ready to land.Jul 18 2022, 8:33 AM

reran terraform init to undo the change to the lockfile

services/terraform/.terraform.lock.hcl
8 ↗(On Diff #14442)

no clue how that happened, but re-running terraform init and terraform fmt undid the change

This revision was automatically updated to reflect the committed changes.