We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 688693b commit 7ec74a5Copy full SHA for 7ec74a5
discoveryengine_datastore_basic/main.tf
@@ -1,9 +1,10 @@
1
resource "google_discovery_engine_data_store" "basic" {
2
- location = "global"
3
- data_store_id = "data-store-id-${local.name_suffix}"
4
- display_name = "tf-test-structured-datastore"
5
- industry_vertical = "GENERIC"
6
- content_config = "NO_CONTENT"
7
- solution_types = ["SOLUTION_TYPE_SEARCH"]
8
- create_advanced_site_search = false
+ location = "global"
+ data_store_id = "data-store-id-${local.name_suffix}"
+ display_name = "tf-test-structured-datastore"
+ industry_vertical = "GENERIC"
+ content_config = "NO_CONTENT"
+ solution_types = ["SOLUTION_TYPE_SEARCH"]
+ create_advanced_site_search = false
9
+ skip_default_schema_creation = false
10
}
0 commit comments