Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Rickard von Essen <rickard.von.essen@gmail.com>
  • Loading branch information
rickard-von-essen committed Oct 23, 2024
1 parent 47fe6c1 commit 6079c23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/externalname.go
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ var terraformPluginSDKExternalNameConfigs = map[string]config.ExternalName{
"google_redis_instance": config.TemplatedStringAsIdentifier("name", "projects/{{ .setup.configuration.project }}/locations/{{ .parameters.region }}/instances/{{ .external_name }}"),
// Imported by using the following format: projects/{{project}}/locations/{{region}}/clusters/{{name}}
"google_redis_cluster": config.TemplatedStringAsIdentifier("name", "projects/{{ .setup.configuration.project }}/locations/{{ .parameters.region }}/clusters/{{ .external_name }}"),

// resource_manager
//
// google_resource_manager_lien.default {{parent}}/{{name}}
Expand Down
1 change: 1 addition & 0 deletions config/redis/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import (
"github.com/crossplane/crossplane-runtime/pkg/fieldpath"
"github.com/crossplane/upjet/pkg/config"
"github.com/pkg/errors"

"github.com/upbound/provider-gcp/config/common"
)

Expand Down

0 comments on commit 6079c23

Please sign in to comment.