Skip to content

Commit

Permalink
remove ForceNew for dns_cache_config (#3355) (#1942)
Browse files Browse the repository at this point in the history
* remove ForceNew for dns_cache_config

* remove ForceNew from cloudrun_config

Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician authored Apr 8, 2020
1 parent 01943b2 commit 13cf425
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .changelog/3355.txt
Original file line number Diff line number Diff line change
@@ -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.
```
2 changes: 0 additions & 2 deletions google-beta/resource_container_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand All @@ -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{
Expand Down

0 comments on commit 13cf425

Please sign in to comment.