Skip to content

Commit

Permalink
GCLOUD2-11717: Fix healthmonitor update
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtsiomAntropau committed Dec 28, 2023
1 parent 1aec39b commit 46dee5a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/resources/lblistener.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ resource "gcore_lblistener" "listener" {

- `loadbalancer_id` (String)
- `name` (String)
- `protocol` (String) Available values is 'HTTP', 'HTTPS', 'TCP', 'UDP', 'TERMINATED_HTTPS'
- `protocol` (String) Available values are 'HTTP', 'HTTPS', 'TCP', 'UDP', 'TERMINATED_HTTPS', 'PROMETHEUS'
- `protocol_port` (Number)

### Optional
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/lbpool.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ resource "gcore_lbpool" "pl" {

- `lb_algorithm` (String) Available values is 'ROUND_ROBIN', 'LEAST_CONNECTIONS', 'SOURCE_IP', 'SOURCE_IP_PORT'
- `name` (String)
- `protocol` (String) Available values is 'HTTP' (currently work, other do not work on ed-8), 'HTTPS', 'TCP', 'UDP'
- `protocol` (String) Available values are 'HTTP' (currently work, other do not work on ed-8), 'HTTPS', 'TCP', 'UDP', 'PROXY'

### Optional

Expand Down
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 46dee5a

Please sign in to comment.