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

Documentation Fix #3947

Merged
merged 1 commit into from
Aug 17, 2022
Merged

Documentation Fix #3947

merged 1 commit into from
Aug 17, 2022

Conversation

SunithaGudisagarIBM
Copy link
Collaborator

@SunithaGudisagarIBM SunithaGudisagarIBM commented Aug 3, 2022

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

resource "ibm_is_vpn_server" "is_vpn_server" {
	certificate_crn = "crn:v1:staging:public:secrets-manager:eu-gb:a/efe5afc483594adaa8325e2b4d1290df:27835509-694d-4742-8a77-c02cc7e067d0:secret:601250e1-e800-6e99-dfd2-2dbadd52f060"
	client_authentication  {
		method = "certificate"
		client_ca_crn = "crn:v1:staging:public:secrets-manager:eu-gb:a/efe5afc483594adaa8325e2b4d1290df:27835509-694d-4742-8a77-c02cc7e067d0:secret:05df98a9-15f7-10ea-8383-714836589bed"
	}
    client_authentication {
		method = "username"
		identity_provider = "iam"
	}
    
	client_ip_pool = "10.6.0.0/21"
	subnets = ["0726-aebb6e66-a27f-41da-83b9-71ab872dffd3"]
	client_dns_server_ips = ["192.168.3.4"]
	client_idle_timeout = 1200
	enable_split_tunneling = true
	name = "sunitha-vpn-server"
	port = 8090
	protocol = "udp"
	# security_groups = [ibm_is_security_group.testacc_sec-grp-vpn-server-tf.id]
}

output

resource "ibm_is_vpn_server" "is_vpn_server" {
	certificate_crn = "crn:v1:staging:public:secrets-manager:eu-gb:a/efe5afc483594adaa8325e2b4d1290df:27835509-694d-4742-8a77-c02cc7e067d0:secret:601250e1-e800-6e99-dfd2-2dbadd52f060"
	client_authentication  {
		method = "certificate"
		client_ca_crn = "crn:v1:staging:public:secrets-manager:eu-gb:a/efe5afc483594adaa8325e2b4d1290df:27835509-694d-4742-8a77-c02cc7e067d0:secret:05df98a9-15f7-10ea-8383-714836589bed"
	}
  client_authentication {
		method = "username"
		identity_provider = "iam"
	}
    
  # client_authentication {
	# 	method = "username"
	# 	identity_provider = "iam"
	# }
	client_ip_pool = "10.6.0.0/21"
	subnets = ["0716-655da9b6-ae6b-4e04-8b09-1259cb34e4cd"]
	client_dns_server_ips = ["192.168.3.4"]
	client_idle_timeout = 1200
	enable_split_tunneling = true
	name = "sunitha-vpn-server"
	port = 8090
	protocol = "udp"
	# security_groups = [ibm_is_security_group.testacc_sec-grp-vpn-server-tf.id]
}

Screenshot 2022-08-17 at 12 24 08 PM

Screenshot 2022-08-17 at 12 35 04 PM

@SunithaGudisagarIBM SunithaGudisagarIBM marked this pull request as draft August 10, 2022 10:42
@SunithaGudisagarIBM SunithaGudisagarIBM force-pushed the bugfix-is-docu branch 5 times, most recently from 1500fe3 to f1fb637 Compare August 16, 2022 06:09
@SunithaGudisagarIBM SunithaGudisagarIBM marked this pull request as ready for review August 17, 2022 06:07
@hkantare hkantare merged commit cb6ec3b into IBM-Cloud:master Aug 17, 2022
@SunithaGudisagarIBM SunithaGudisagarIBM deleted the bugfix-is-docu branch September 15, 2022 09:52
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.

3 participants