Skip to content

Commit

Permalink
GCLOUD2-11712: replace loadbalancer on listener_id or loadbalancer_id…
Browse files Browse the repository at this point in the history
… change (#51)
  • Loading branch information
ArtsiomAntropau authored Dec 18, 2023
1 parent 0857c49 commit f6ed4dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gcore/resource_gcore_lbpool.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,12 @@ func resourceLBPool() *schema.Resource {
"loadbalancer_id": &schema.Schema{
Type: schema.TypeString,
Optional: true,
ForceNew: true,
},
"listener_id": &schema.Schema{
Type: schema.TypeString,
Optional: true,
ForceNew: true,
},
"health_monitor": &schema.Schema{
Type: schema.TypeList,
Expand Down

0 comments on commit f6ed4dd

Please sign in to comment.