-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix formatting in production main.tf file #1852
Conversation
This changeset fixes formatting in the production main.tf file. The terraform fmt -check command is currently failing because of extra whitespace. Signed-off-by: Carlo Costino <[email protected]>
Terraform Format and Style: success Show Plan
Pusher: @ccostino, Action: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved
A note to PR reviewers: it may be helpful to review our code review documentation to know what to keep in mind while reviewing pull requests.
Description
This changeset fixes formatting in the production main.tf file. The
terraform fmt -check
command is currently failing because of extra whitespace.Security Considerations