Skip to content

Commit

Permalink
Add ImportStateVerifyIgnore for import test
Browse files Browse the repository at this point in the history
  • Loading branch information
lego963 committed May 25, 2021
1 parent ffccc7a commit 3caf186
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ func TestAccCCENodePoolV3ImportBasic(t *testing.T) {
ImportState: true,
ImportStateVerify: true,
ImportStateIdFunc: testAccCCENodePoolV3ImportStateIdFunc(),
ImportStateVerifyIgnore: []string{
"max_node_count", "min_node_count", "priority", "scale_down_cooldown_time",
},
},
},
})
Expand Down

0 comments on commit 3caf186

Please sign in to comment.