Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Development Idle Connection Timeout #4399

Merged

Conversation

SunithaGudisagarIBM
Copy link
Collaborator

Community Note

  • Please vote on this pull request by adding a 馃憤 reaction to the original pull request comment to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for pull request followers and do not help prioritize the request

Relates OR Closes #0000

Output from acceptance testing:

$ make testacc TEST=./ibm/service/vpc TESTARGS='-run=TestAccIBMISLBListener_connTimeout'

Screenshot 2023-01-13 at 11 51 41 AM

resource "ibm_is_lb" "testacc_LB" {
  name    = "sunitha-lb"
  subnets = ["0726-82f98673-f144-4308-a316-80bd389f3a3b"]
}
resource "ibm_is_lb_listener" "testacc_lb_listener" {
  lb                    = ibm_is_lb.testacc_LB.id
  port                  = 9080
  protocol              = "tcp"
  accept_proxy_protocol = true
}

Screenshot 2023-01-12 at 8 00 16 PM

resource "ibm_is_lb" "testacc_LB" {
  name    = "sunitha-lb"
  subnets = ["0726-82f98673-f144-4308-a316-80bd389f3a3b"]
}
resource "ibm_is_lb_listener" "testacc_lb_listener" {
  lb                    = ibm_is_lb.testacc_LB.id
  port                  = 9080
  protocol              = "tcp"
  accept_proxy_protocol = true
  idle_connection_timeout = 900
}

Screenshot 2023-01-12 at 8 14 55 PM

@SunithaGudisagarIBM
Copy link
Collaborator Author

Screenshot 2023-03-13 at 6 45 38 PM

@hkantare hkantare merged commit b810c73 into IBM-Cloud:master Mar 14, 2023
3 checks passed
IBM-diksha pushed a commit to IBM-diksha/terraform-provider-ibm that referenced this pull request Mar 17, 2023
omaraibrahim pushed a commit to omaraibrahim/terraform-provider-ibm that referenced this pull request Jul 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants