diff --git a/google/resource_container_cluster.go b/google/resource_container_cluster.go index ed6f61f6..d75bea09 100644 --- a/google/resource_container_cluster.go +++ b/google/resource_container_cluster.go @@ -436,7 +436,6 @@ func resourceContainerCluster() *schema.Resource { Elem: &schema.Resource{ Schema: schemaNodePool, }, - ConflictsWith: []string{"remove_default_node_pool"}, }, "node_version": { @@ -569,9 +568,8 @@ func resourceContainerCluster() *schema.Resource { }, "remove_default_node_pool": { - Type: schema.TypeBool, - Optional: true, - ConflictsWith: []string{"node_pool"}, + Type: schema.TypeBool, + Optional: true, }, "private_cluster_config": {