diff --git a/provider/resource_robot_account.go b/provider/resource_robot_account.go index d2dec41..13a3325 100755 --- a/provider/resource_robot_account.go +++ b/provider/resource_robot_account.go @@ -89,7 +89,6 @@ func resourceRobotAccount() *schema.Resource { }, }, Required: true, - ForceNew: true, }, }, Create: resourceRobotAccountCreate,