From 13cf4258738899bfbd56d0b40dc480234f959d6a Mon Sep 17 00:00:00 2001 From: The Magician Date: Wed, 8 Apr 2020 08:15:59 -0700 Subject: [PATCH] remove ForceNew for dns_cache_config (#3355) (#1942) * remove ForceNew for dns_cache_config * remove ForceNew from cloudrun_config Signed-off-by: Modular Magician --- .changelog/3355.txt | 6 ++++++ google-beta/resource_container_cluster.go | 2 -- 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 .changelog/3355.txt diff --git a/.changelog/3355.txt b/.changelog/3355.txt new file mode 100644 index 0000000000..24ecb384c6 --- /dev/null +++ b/.changelog/3355.txt @@ -0,0 +1,6 @@ +```release-note:bug +container: made `addons_config.dns_cache_config` able to be updated without recreating and destroying. +``` +```release-note:bug +container: made `addons_config.cloudrun_config` able to be updated without recreating and destroying. +``` diff --git a/google-beta/resource_container_cluster.go b/google-beta/resource_container_cluster.go index 2d38fafcf0..840d4084b9 100644 --- a/google-beta/resource_container_cluster.go +++ b/google-beta/resource_container_cluster.go @@ -260,7 +260,6 @@ func resourceContainerCluster() *schema.Resource { Optional: true, Computed: true, AtLeastOneOf: addonsConfigKeys, - ForceNew: true, MaxItems: 1, Elem: &schema.Resource{ Schema: map[string]*schema.Schema{ @@ -276,7 +275,6 @@ func resourceContainerCluster() *schema.Resource { Optional: true, Computed: true, AtLeastOneOf: addonsConfigKeys, - ForceNew: true, MaxItems: 1, Elem: &schema.Resource{ Schema: map[string]*schema.Schema{