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, Sep 29, 11:43 PM
Unknown Object (File)
Sun, Sep 29, 11:43 PM
Unknown Object (File)
Sun, Sep 29, 11:43 PM
Unknown Object (File)
Fri, Sep 27, 7:49 PM
Unknown Object (File)
Sep 1 2024, 11:23 PM
Unknown Object (File)
Sep 1 2024, 11:23 PM
Unknown Object (File)
Sep 1 2024, 11:22 PM
Unknown Object (File)
Sep 1 2024, 11:22 PM

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.