From cdf6dabbf740b772120399c27492ad46bd47d0d4 Mon Sep 17 00:00:00 2001 From: Cameron Thornton Date: Wed, 4 Mar 2020 15:43:09 -0800 Subject: [PATCH] Marked `time_zone` as ForceNew due to change in API behavior --- products/dialogflow/api.yaml | 1 + .../terraform/tests/resource_dialogflow_agent_test.go.erb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/products/dialogflow/api.yaml b/products/dialogflow/api.yaml index 19d65c0b7bda..e5fdc23e3653 100644 --- a/products/dialogflow/api.yaml +++ b/products/dialogflow/api.yaml @@ -60,6 +60,7 @@ objects: The list of all languages supported by this agent (except for the defaultLanguageCode). - !ruby/object:Api::Type::String name: 'timeZone' + input: true description: | The time zone of this agent from the [time zone database](https://www.iana.org/time-zones), e.g., America/New_York, Europe/Paris. diff --git a/third_party/terraform/tests/resource_dialogflow_agent_test.go.erb b/third_party/terraform/tests/resource_dialogflow_agent_test.go.erb index 79d10ba186c8..f3cbb27af3b6 100644 --- a/third_party/terraform/tests/resource_dialogflow_agent_test.go.erb +++ b/third_party/terraform/tests/resource_dialogflow_agent_test.go.erb @@ -107,7 +107,7 @@ func testAccDialogflowAgent_full2(projectID string, orgID string, agentName stri display_name = "%s" default_language_code = "en" supported_language_codes = ["no"] - time_zone = "Europe/London" + time_zone = "America/New_York" description = "Description 2!" avatar_uri = "https://storage.googleapis.com/gweb-cloudblog-publish/images/f4xvje.max-200x200.PNG" enable_logging = false