Skip to content

Commit

Permalink
GCLOUD2-11717: Fix healthmonitor update (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtsiomAntropau authored Jan 2, 2024
1 parent f6810b7 commit 75de376
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gcore/resource_gcore_lbpool.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ func resourceLBPool() *schema.Resource {
"health_monitor": &schema.Schema{
Type: schema.TypeList,
Optional: true,
Computed: true,
MaxItems: 1,
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
Expand Down

0 comments on commit 75de376

Please sign in to comment.