File tree 2 files changed +2
-2
lines changed
mmv1/templates/terraform/examples
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ resource "google_dataplex_glossary" "{{$.PrimaryResourceId}}" {
4
4
}
5
5
6
6
resource "google_dataplex_category" "{{$.PrimaryResourceId}}" {
7
- parent = "projects/{{index $.TestEnvVars "project_name"} }/locations/us-central1/glossaries/${google_dataplex_glossary.category_test_id.glossary_id}"
7
+ parent = "projects/${google_dataplex_glossary.category_test_id.project }/locations/us-central1/glossaries/${google_dataplex_glossary.category_test_id.glossary_id}"
8
8
glossary_id = google_dataplex_glossary.category_test_id.glossary_id
9
9
location = "us-central1"
10
10
category_id = "tf-test-category-basic%{random_suffix}"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ resource "google_dataplex_glossary" "{{$.PrimaryResourceId}}" {
4
4
}
5
5
6
6
resource "google_dataplex_category" "{{$.PrimaryResourceId}}" {
7
- parent = "projects/{{index $.TestEnvVars "project_name"} }/locations/us-central1/glossaries/${google_dataplex_glossary.category_test_id.glossary_id}"
7
+ parent = "projects/${google_dataplex_glossary.category_test_id.project }/locations/us-central1/glossaries/${google_dataplex_glossary.category_test_id.glossary_id}"
8
8
glossary_id = google_dataplex_glossary.category_test_id.glossary_id
9
9
location = "us-central1"
10
10
category_id = "tf-test-category-full%{random_suffix}"
You can’t perform that action at this time.
0 commit comments