Revert "Add conflicts_with for cluster remove_default_node_pool and n… (#3497)

Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
The Magician 2019-04-30 12:43:57 -07:00 committed by Riley Karson
parent b21921fad2
commit 5f03562eab

View File

@ -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": {