Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Rickard von Essen <[email protected]>
  • Loading branch information
rickard-von-essen committed Sep 25, 2024
1 parent e293445 commit 3bd57da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/externalname.go
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,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

0 comments on commit 3bd57da

Please sign in to comment.