Skip to content

Commit

Permalink
Fix golint ci
Browse files Browse the repository at this point in the history
  • Loading branch information
niuzhenguo committed May 23, 2024
1 parent a46bb64 commit aa35bf8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal/clients/huaweicloud.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ const (
errUnmarshalCredentials = "cannot unmarshal huaweicloud credentials as JSON"

// provider config
keyRegion = "region"
keyAccessKey = "access_key"
keySecretKey = "secret_key"
keyRegion = "region"
keyAccessKey = "access_key"
keySecretKey = "secret_key"
)

// TerraformSetupBuilder builds Terraform a terraform.SetupFn function which
Expand Down

0 comments on commit aa35bf8

Please sign in to comment.