Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Update internal/clients/gcp.go
Browse files Browse the repository at this point in the history
Co-authored-by: Alper Rifat Ulucinar <ulucinar@users.noreply.github.com>
Signed-off-by: David Collom <david@collom.co.uk>
  • Loading branch information
davidcollom and ulucinar committed Mar 18, 2022
1 parent d107f16 commit bdff9d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,4 @@ crossplane.help:

help-special: crossplane.help

.PHONY: crossplane.help help-special
.PHONY: crossplane.help help-special
2 changes: 1 addition & 1 deletion internal/clients/gcp.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func TerraformSetupBuilder(version, providerSource, providerVersion string) terr
keyProject: pc.Spec.ProjectID,
}

switch s := pc.Spec.Credentials.Source; s { //nolint:exhaustive
switch pc.Spec.Credentials.Source { //nolint:exhaustive
case xpv1.CredentialsSourceInjectedIdentity:
// We don't need to do anything here, as the TF Provider will take care of workloadIdentity etc.
default:
Expand Down

0 comments on commit bdff9d0

Please sign in to comment.