Skip to content

Instantly share code, notes, and snippets.

@marque2
marque2 / terraform-apply.tf
Created October 22, 2024 16:14
google_discovery_engine_chat_engine regions issue
Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols:
+ create
Terraform will perform the following actions:
# module.pace.google_discovery_engine_chat_engine.test will be created
+ resource "google_discovery_engine_chat_engine" "test" {
+ chat_engine_metadata = (known after apply)
+ collection_id = "default_collection"
+ create_time = (known after apply)
@marque2
marque2 / terraform-apply-no-log.tf
Last active October 22, 2024 16:11
google_discovery_engine_chat_engine regions issue - NO LOG
Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols:
+ create
Terraform will perform the following actions:
# module.pace.google_discovery_engine_chat_engine.test will be created
+ resource "google_discovery_engine_chat_engine" "test" {
+ chat_engine_metadata = (known after apply)
+ collection_id = "default_collection"
+ create_time = (known after apply)