Skip to content

Commit 894a243

Browse files
Add GenAppBuilderSettings to Dialogflow CX Agent resource (#13898) (#987)
[upstream:fb1e861ab747ce7aaf6948227b975eb988e9277f] Signed-off-by: Modular Magician <[email protected]>
1 parent 3a6c15f commit 894a243

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dialogflowcx_agent_full/main.tf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,7 @@ resource "google_dialogflow_cx_agent" "full_agent" {
6565
}
6666
})
6767
}
68+
gen_app_builder_settings {
69+
engine = "projects/-/locations/-/collections/-/engines/-"
70+
}
6871
}

0 commit comments

Comments
 (0)