Skip to content

Commit

Permalink
Feature/cluster pool update (#189)
Browse files Browse the repository at this point in the history
* Update the resource kubernetes node pool to add lables and taints

Signed-off-by: Alejandro J. Nuñez Madrazo <alejandrojnm@gmail.com>

* Added a custom doc for the kubernetes node pool resource

Signed-off-by: Alejandro J. Nuñez Madrazo <alejandrojnm@gmail.com>

* Fix linter error

Signed-off-by: Alejandro J. Nuñez Madrazo <alejandrojnm@gmail.com>

---------

Signed-off-by: Alejandro J. Nuñez Madrazo <alejandrojnm@gmail.com>
  • Loading branch information
alejandrojnm committed Oct 4, 2023
1 parent 7f5ba28 commit 9e80d53
Show file tree
Hide file tree
Showing 6 changed files with 254 additions and 108 deletions.
1 change: 1 addition & 0 deletions civo/resource_database.go
Original file line number Diff line number Diff line change
Expand Up @@ -288,5 +288,6 @@ func resourceDatabaseDelete(ctx context.Context, d *schema.ResourceData, m inter
if err != nil {
return diag.Errorf("[ERR] an error occurred while trying to delete the Database %s", d.Id())
}

return nil
}
Loading

0 comments on commit 9e80d53

Please sign in to comment.