Skip to content
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

terraform: remove extra bracket #268

Merged
merged 1 commit into from
Aug 26, 2020
Merged

terraform: remove extra bracket #268

merged 1 commit into from
Aug 26, 2020

Conversation

dustinmiller
Copy link

Description

Fixing the broken Terraform

Why is this needed

I was receiving this error

Error: Argument or block definition required

on main.tf line 26:
26: }

An argument or block definition is required here.

How Has This Been Tested?

Quickly

How are existing users impacted? What migration steps/scripts do we need?

No break. Only fix.

@codecov
Copy link

codecov bot commented Aug 26, 2020

Codecov Report

Merging #268 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #268   +/-   ##
=======================================
  Coverage   15.34%   15.34%           
=======================================
  Files           9        9           
  Lines        1264     1264           
=======================================
  Hits          194      194           
  Misses       1059     1059           
  Partials       11       11           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9dd5be3...1f4d225. Read the comment docs.

Signed-off-by: Dustin Miller <dustin@packet.com>
@displague displague added the ready-to-merge Signal to Mergify to merge the PR. label Aug 26, 2020
@mergify mergify bot merged commit e14ed36 into master Aug 26, 2020
@mergify mergify bot deleted the remove-extra-bracket branch August 26, 2020 17:31
@mmlb mmlb removed the ready-to-merge Signal to Mergify to merge the PR. label Jan 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants