Skip to content

Commit

Permalink
clean up examples
Browse files Browse the repository at this point in the history
Signed-off-by: nilan3 <nilanthanb1994@gmail.com>
  • Loading branch information
nilan3 committed Nov 27, 2024
1 parent 621af7a commit 3912f68
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion config/externalnamenottested.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ var ExternalNameNotTestedConfigs = map[string]config.ExternalName{
"google_dataplex_aspect_type_iam_binding": config.TemplatedStringAsIdentifier("name", "projects/{{ .setup.configuration.project }}/locations/{{ .parameters.location }}/aspectTypes/{{ .external_name }} {{ .parameters.role }}"),
// Imported by using the following format: projects/{{project}}/locations/{{location}}/aspectTypes/{{aspect_type_id}}
"google_dataplex_aspect_type_iam_member": config.TemplatedStringAsIdentifier("name", "projects/{{ .setup.configuration.project }}/locations/{{ .parameters.location }}/aspectTypes/{{ .external_name }} {{ .parameters.role }} {{ .parameters.member }}"),


// dataproc
//
Expand Down
1 change: 0 additions & 1 deletion examples/dataplex/v1beta1/aspecttype.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,3 @@ spec:
}
]
}
project: hybrid-entropy-439719-a5

0 comments on commit 3912f68

Please sign in to comment.