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

Fixing formatting in go files to pass weekly build. #465

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ghpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

https://www.apache.org/licenses/LICENSE-2.0
https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
Expand Down
2 changes: 1 addition & 1 deletion pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ func ConvertMapToCty(iMap map[string]interface{}) (map[string]cty.Value, error)
// corresponding entry in the origin. All other cty.Values are unmodified.
// ERROR: if (somehow) the cty.String cannot be converted to a Go string
// ERROR: rely on HCL TraverseAbs to bubble up "diagnostics" when the global
// variable being resolved does not exist in b.Vars
// variable being resolved does not exist in b.Vars
func ResolveVariables(
ctyMap map[string]cty.Value,
origin map[string]cty.Value,
Expand Down
2 changes: 1 addition & 1 deletion pkg/modulewriter/tfwriter.go
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ func printTerraformInstructions(grpPath string) {
// group in the provided deployment directory
// depGroup: The deployment group that is being written
// globalVars: The top-level variables, needed for writing terraform.tfvars and
// variables.tf
// variables.tf
// groupDir: The path to the directory the resource group will be created in
func (w TFWriter) writeDeploymentGroup(
depGroup config.DeploymentGroup,
Expand Down