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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VPN Server Delete wait logic changes #324

Closed
wants to merge 1 commit into from

Conversation

SunithaGudisagarIBM1
Copy link
Collaborator

@SunithaGudisagarIBM1 SunithaGudisagarIBM1 commented Dec 29, 2023

resource "ibm_is_vpn_server" "is_vpn_server" {
  certificate_crn = "crn:v1:bluemix:public:secrets-manager:us-south:a/7f75c7b025e54bc5635f754b2f888665:0d7981e7-b381-424e-a3c7-0af38f471d87:secret:cdcee4c3-4558-ed20-2bc0-3df0a93af2aa"
  client_authentication {
    method        = "certificate"
    client_ca_crn = "crn:v1:bluemix:public:secrets-manager:us-south:a/7f75c7b025e54bc5635f754b2f888665:0d7981e7-b381-424e-a3c7-0af38f471d87:secret:c329a9cd-08dc-bcae-b42b-bc8b0927562a"
  }
  client_ip_pool         = "192.167.0.0/16"
  enable_split_tunneling = true
  name                   = "sunitha-vpn-server"
  port                   = 443
  protocol               = "tcp"
  subnets                = ["0727-5adc42b5-fcba-4f12-9c36-e15d305c919e"]
  security_groups        = ["r006-a4281eaa-023b-41bb-8060-247eb0bb5e68"]
}
resource "ibm_is_vpn_server_route" "is_vpn_server_route" {
  vpn_server  = ibm_is_vpn_server.is_vpn_server.id
  destination = "172.16.0.0/16"
  action      = "translate"
  name        = "sunitha-vpn-server-route"
}
Screenshot 2023-12-29 at 11 28 59 PM

@SunithaGudisagarIBM1 SunithaGudisagarIBM1 deleted the vpn-server-delete-wait-logic branch December 1, 2024 10:11
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.

1 participant