You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that huaweicloud_vpnaas_service_v2 should be extended to set bandwidth information when creating or modifying the resource.
As the provisioned huaweicloud_vpnaas_service_v2 doesn't have bandwidth information, Huawei Cloud is denying its usage by any huaweicloud_vpnaas_site_connection_v2 associated with it.
VPN Service and functional VPN connection should be provisioned.
Actual Behavior
The VPN service (huaweicloud_vpnaas_service_v2) is created and appears in the console, but the bandwidth details are "null", and can't be edited in the console.
It's vpn_service_a listed at the bottom.
The connection (huaweicloud_vpnaas_site_connection_v2) assumes the status "FROZEN" in the console. Please ignore the two additional connections, as they were created directly in the console.
Steps to Reproduce
Set provider credential detais in OS_* variables
export TF_VAR_vpn_psk=<vpn password>
terraform apply
The text was updated successfully, but these errors were encountered:
I modified my terraform file, explicitly including the admin_state_up = true statement in the huaweicloud_vpnaas_site_connection_v2 resources, and it didn't change the behavior. The problem persists.
The same statement admin_state_up = true was already in the huaweicloud_vpnaas_service_v2 resources.
The VPN Gateway (huaweicloud_vpnaas_service_v2) (not the VPN connection) doesn't get "up". I believe that this is caused by the missing bandwidth information when provisioning it.
The screenshot below is from the console, when creating a VPN Gateway. Please notice as the bandwidth information, that is set in the console, is not provided when creation a huaweicloud_vpnaas_service_v2 resource.
It appears that huaweicloud_vpnaas_service_v2 should be extended to set bandwidth information when creating or modifying the resource.
As the provisioned huaweicloud_vpnaas_service_v2 doesn't have bandwidth information, Huawei Cloud is denying its usage by any huaweicloud_vpnaas_site_connection_v2 associated with it.
I'm using the region ap-southeast-1.
Terraform Version
Affected Resource(s)
Terraform Configuration Files
I'm posting a simplified version of the template I'm working on.
The complete template is available here: https://github.com/HuaweiCloudBrazilTeam/terraforms/tree/9f35fefbf865dc26a6bded1256e1e1d6ef15e267/demos/vpn_vpc_to_vpc
Expected Behavior
VPN Service and functional VPN connection should be provisioned.
Actual Behavior
The VPN service (huaweicloud_vpnaas_service_v2) is created and appears in the console, but the bandwidth details are "null", and can't be edited in the console.
It's vpn_service_a listed at the bottom.
The connection (huaweicloud_vpnaas_site_connection_v2) assumes the status "FROZEN" in the console. Please ignore the two additional connections, as they were created directly in the console.
Steps to Reproduce
OS_*
variablesexport TF_VAR_vpn_psk=<vpn password>
terraform apply
The text was updated successfully, but these errors were encountered: