We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b344ba8 commit 91c6737Copy full SHA for 91c6737
mmv1/templates/terraform/examples/dialogflow_environment_basic.tf.tmpl
@@ -34,7 +34,7 @@ resource "google_dialogflow_version" "version" {
34
}
35
resource "google_dialogflow_environment" "basic_environment" {
36
environmentid = "basic-environment"
37
- description = "basic environment
+ description = "basic environment"
38
depends_on = [google_dialogflow_agent.basic_agent]
39
agent_version = "projects/${google_project.project.project_id}/locations/global/agent/versions/${google_dialogflow_version.version.name}"
40
0 commit comments