Skip to content

Commit 4c0884b

Browse files
Fix: Address issue hashicorp#19621 in discoveryengine module (#13021) (#928)
[upstream:2696af1542e9c61056123b9d242715d05d1ae592] Signed-off-by: Modular Magician <[email protected]>
1 parent 4ad5aa3 commit 4c0884b

File tree

2 files changed

+2
-2
lines changed
  • discoveryengine_targetsite_advanced
  • discoveryengine_targetsite_basic

2 files changed

+2
-2
lines changed

discoveryengine_targetsite_advanced/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
resource "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
}

discoveryengine_targetsite_basic/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
resource "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
}

0 commit comments

Comments
 (0)