Ujjwal Kumar
Ujjwal Kumar
vpn gw with mode as policy, needs an active public ip address of the peer. Changing the configuration to this should resolve the issue. ``` resource "ibm_is_vpn_gateway" "VPNClientGateway" { name...
**Do not merge.**
Due to a client side network error, the authentication failed on terraform
``` data ibm_is_subnets this { zone = "${var.region}-1" } output "subnet_ids" { value = [ for sub in data.ibm_is_subnets.this.subnets : "${sub.id}" ] } ``` this would result in ``` Outputs:...
Can you provide the list of resources involved ?
``` --- PASS: TestAccResourceAccessTag_Basic (26.98s) PASS ok github.com/IBM-Cloud/terraform-provider-ibm/ibm/service/globaltagging 28.862s ``` ``` --- PASS: TestAccResourceAccessTag_Usage (77.49s) PASS ok github.com/IBM-Cloud/terraform-provider-ibm/ibm/service/globaltagging 79.053s ```
looking at it
looking into it