-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: run make reviewable fix linter and generated example
Signed-off-by: Chloe CARAYON <[email protected]>
- Loading branch information
1 parent
8f0ab1e
commit 9ac3895
Showing
2 changed files
with
10 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -429,9 +429,9 @@ var terraformPluginSDKExternalNameConfigs = map[string]config.ExternalName{ | |
// Imported by using the following format: projects/{{project}}/locations/{{location}}/lakes/{{lake}} roles/viewer | ||
"google_dataplex_lake_iam_binding": config.IdentifierFromProvider, | ||
// Imported by using the following format: projects/{{project}}/locations/{{location}}/lakes/{{lake}} roles/viewer user:[email protected] | ||
"google_dataplex_lake_iam_member": config.IdentifierFromProvider, | ||
// Imported by using the following format: projects/{{project}}/locations/{{location}}/lakes/{{lake}} | ||
"google_dataplex_lake_iam_policy": config.TemplatedStringAsIdentifier("", "projects/{{ .setup.configuration.project }}/locations/{{ .parameters.location }}/lakes/{{ .external_name }}"), | ||
"google_dataplex_lake_iam_member": config.IdentifierFromProvider, | ||
// Imported by using the following format: projects/{{project}}/locations/{{location}}/lakes/{{lake}} | ||
"google_dataplex_lake_iam_policy": config.TemplatedStringAsIdentifier("", "projects/{{ .setup.configuration.project }}/locations/{{ .parameters.location }}/lakes/{{ .external_name }}"), | ||
// Imported by using the following projects/{{project}}/locations/{{location}}/lakes/{{lake}}/zones/{{dataplex_zone}}/assets/{{name}} | ||
"google_dataplex_asset": config.TemplatedStringAsIdentifier("name", "projects/{{ .setup.configuration.project }}/locations/{{ .parameters.location }}/lakes/{{ .parameters.lake }}/zones/{{ .parameters.dataplex_zone }}/assets/{{ .external_name }}"), | ||
// Imported by using the following projects/{{project}}/locations/{{location}}/lakes/{{lake}}/zones/{{name}} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters