Skip to content

Commit

Permalink
Update internal/exec/terraform_outputs.go
Browse files Browse the repository at this point in the history
Co-authored-by: Erik Osterman (CEO @ Cloud Posse) <[email protected]>
  • Loading branch information
aknysh and osterman authored Feb 9, 2025
1 parent f1a9e34 commit b5948f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/exec/terraform_outputs.go
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ func execTerraformOutput(atmosConfig *schema.AtmosConfiguration,
l.Error("failed to convert output”, “output”, "error", err2)

Check failure on line 209 in internal/exec/terraform_outputs.go

View workflow job for this annotation

GitHub Actions / autofix

missing ',' in argument list

Check failure on line 209 in internal/exec/terraform_outputs.go

View workflow job for this annotation

GitHub Actions / autofix

string literal not terminated

Check failure on line 209 in internal/exec/terraform_outputs.go

View workflow job for this annotation

GitHub Actions / Build (ubuntu-latest, linux)

syntax error: unexpected name error in argument list; possibly missing comma or )

Check failure on line 209 in internal/exec/terraform_outputs.go

View workflow job for this annotation

GitHub Actions / Build (ubuntu-latest, linux)

newline in string

Check failure on line 209 in internal/exec/terraform_outputs.go

View workflow job for this annotation

GitHub Actions / Build (windows-latest, windows)

syntax error: unexpected name error in argument list; possibly missing comma or )

Check failure on line 209 in internal/exec/terraform_outputs.go

View workflow job for this annotation

GitHub Actions / Build (windows-latest, windows)

newline in string

Check failure on line 209 in internal/exec/terraform_outputs.go

View workflow job for this annotation

GitHub Actions / Build (macos-latest, macos)

syntax error: unexpected name error in argument list; possibly missing comma or )

Check failure on line 209 in internal/exec/terraform_outputs.go

View workflow job for this annotation

GitHub Actions / Build (macos-latest, macos)

newline in string
return k, nil

Check failure on line 210 in internal/exec/terraform_outputs.go

View workflow job for this annotation

GitHub Actions / autofix

expected operand, found 'return'

Check failure on line 210 in internal/exec/terraform_outputs.go

View workflow job for this annotation

GitHub Actions / Build (ubuntu-latest, linux)

syntax error: unexpected return at end of statement

Check failure on line 210 in internal/exec/terraform_outputs.go

View workflow job for this annotation

GitHub Actions / Build (windows-latest, windows)

syntax error: unexpected return at end of statement

Check failure on line 210 in internal/exec/terraform_outputs.go

View workflow job for this annotation

GitHub Actions / Build (macos-latest, macos)

syntax error: unexpected return at end of statement
} else {

Check failure on line 211 in internal/exec/terraform_outputs.go

View workflow job for this annotation

GitHub Actions / autofix

expected operand, found '}'
l.Debug(fmt.Sprintf("Converted the variable '%s' with the value\n%s\nfrom JSON to 'Go' data type\nResult: %v\n", k, s, d))
l.Debug("Converted the variable from JSON to Go data type", key”, k, value”, s, “result, d))

Check failure on line 212 in internal/exec/terraform_outputs.go

View workflow job for this annotation

GitHub Actions / autofix

curly quotation mark '“' (use neutral '"')

Check failure on line 212 in internal/exec/terraform_outputs.go

View workflow job for this annotation

GitHub Actions / autofix

curly quotation mark '”' (use neutral '"')

Check failure on line 212 in internal/exec/terraform_outputs.go

View workflow job for this annotation

GitHub Actions / autofix

curly quotation mark '“' (use neutral '"')

Check failure on line 212 in internal/exec/terraform_outputs.go

View workflow job for this annotation

GitHub Actions / autofix

curly quotation mark '”' (use neutral '"')

Check failure on line 212 in internal/exec/terraform_outputs.go

View workflow job for this annotation

GitHub Actions / autofix

curly quotation mark '“' (use neutral '"')

Check failure on line 212 in internal/exec/terraform_outputs.go

View workflow job for this annotation

GitHub Actions / autofix

curly quotation mark '”' (use neutral '"')

Check failure on line 212 in internal/exec/terraform_outputs.go

View workflow job for this annotation

GitHub Actions / Build (ubuntu-latest, linux)

invalid character U+201C '“' in identifier

Check failure on line 212 in internal/exec/terraform_outputs.go

View workflow job for this annotation

GitHub Actions / Build (ubuntu-latest, linux)

invalid character U+201D '”' in identifier

Check failure on line 212 in internal/exec/terraform_outputs.go

View workflow job for this annotation

GitHub Actions / Build (ubuntu-latest, linux)

invalid character U+201C '“' in identifier

Check failure on line 212 in internal/exec/terraform_outputs.go

View workflow job for this annotation

GitHub Actions / Build (ubuntu-latest, linux)

invalid character U+201D '”' in identifier

Check failure on line 212 in internal/exec/terraform_outputs.go

View workflow job for this annotation

GitHub Actions / Build (ubuntu-latest, linux)

invalid character U+201C '“' in identifier

Check failure on line 212 in internal/exec/terraform_outputs.go

View workflow job for this annotation

GitHub Actions / Build (ubuntu-latest, linux)

invalid character U+201D '”' in identifier

Check failure on line 212 in internal/exec/terraform_outputs.go

View workflow job for this annotation

GitHub Actions / Build (ubuntu-latest, linux)

syntax error: unexpected ) at end of statement

Check failure on line 212 in internal/exec/terraform_outputs.go

View workflow job for this annotation

GitHub Actions / Build (windows-latest, windows)

invalid character U+201C '“' in identifier

Check failure on line 212 in internal/exec/terraform_outputs.go

View workflow job for this annotation

GitHub Actions / Build (windows-latest, windows)

invalid character U+201D '”' in identifier

Check failure on line 212 in internal/exec/terraform_outputs.go

View workflow job for this annotation

GitHub Actions / Build (windows-latest, windows)

invalid character U+201C '“' in identifier

Check failure on line 212 in internal/exec/terraform_outputs.go

View workflow job for this annotation

GitHub Actions / Build (windows-latest, windows)

invalid character U+201D '”' in identifier

Check failure on line 212 in internal/exec/terraform_outputs.go

View workflow job for this annotation

GitHub Actions / Build (windows-latest, windows)

invalid character U+201C '“' in identifier

Check failure on line 212 in internal/exec/terraform_outputs.go

View workflow job for this annotation

GitHub Actions / Build (windows-latest, windows)

invalid character U+201D '”' in identifier

Check failure on line 212 in internal/exec/terraform_outputs.go

View workflow job for this annotation

GitHub Actions / Build (windows-latest, windows)

syntax error: unexpected ) at end of statement

Check failure on line 212 in internal/exec/terraform_outputs.go

View workflow job for this annotation

GitHub Actions / Build (macos-latest, macos)

invalid character U+201C '“' in identifier

Check failure on line 212 in internal/exec/terraform_outputs.go

View workflow job for this annotation

GitHub Actions / Build (macos-latest, macos)

invalid character U+201D '”' in identifier

Check failure on line 212 in internal/exec/terraform_outputs.go

View workflow job for this annotation

GitHub Actions / Build (macos-latest, macos)

invalid character U+201C '“' in identifier

Check failure on line 212 in internal/exec/terraform_outputs.go

View workflow job for this annotation

GitHub Actions / Build (macos-latest, macos)

invalid character U+201D '”' in identifier

Check failure on line 212 in internal/exec/terraform_outputs.go

View workflow job for this annotation

GitHub Actions / Build (macos-latest, macos)

invalid character U+201C '“' in identifier

Check failure on line 212 in internal/exec/terraform_outputs.go

View workflow job for this annotation

GitHub Actions / Build (macos-latest, macos)

invalid character U+201D '”' in identifier

Check failure on line 212 in internal/exec/terraform_outputs.go

View workflow job for this annotation

GitHub Actions / Build (macos-latest, macos)

syntax error: unexpected ) at end of statement
}

return k, d
Expand Down

0 comments on commit b5948f1

Please sign in to comment.