Skip to content

Commit 91c6737

Browse files
authored
Update dialogflow_environment_basic.tf.tmpl
1 parent b344ba8 commit 91c6737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mmv1/templates/terraform/examples/dialogflow_environment_basic.tf.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ resource "google_dialogflow_version" "version" {
3434
}
3535
resource "google_dialogflow_environment" "basic_environment" {
3636
environmentid = "basic-environment"
37-
description = "basic environment
37+
description = "basic environment"
3838
depends_on = [google_dialogflow_agent.basic_agent]
3939
agent_version = "projects/${google_project.project.project_id}/locations/global/agent/versions/${google_dialogflow_version.version.name}"
4040
}

0 commit comments

Comments
 (0)