File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
discoveryengine_targetsite_advanced
discoveryengine_targetsite_basic Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11resource "google_discovery_engine_target_site" "advanced" {
22 location = google_discovery_engine_data_store. advanced . location
33 data_store_id = google_discovery_engine_data_store. advanced . data_store_id
4- provided_uri_pattern = " http:// cloud.google.com/docs/*"
4+ provided_uri_pattern = " cloud.google.com/docs/*"
55 type = " INCLUDE"
66 exact_match = false
77}
Original file line number Diff line number Diff line change 11resource "google_discovery_engine_target_site" "basic" {
22 location = google_discovery_engine_data_store. basic . location
33 data_store_id = google_discovery_engine_data_store. basic . data_store_id
4- provided_uri_pattern = " http:// cloud.google.com/docs/*"
4+ provided_uri_pattern = " cloud.google.com/docs/*"
55 type = " INCLUDE"
66 exact_match = false
77}
You can’t perform that action at this time.
0 commit comments