vishesh92 commented on code in PR #57:
URL:
https://github.com/apache/cloudstack-terraform-provider/pull/57#discussion_r1513895386
##########
cloudstack/resource_cloudstack_private_gateway.go:
##########
@@ -100,7 +100,6 @@ func resourceCloudStackPrivateGatewayCreate(d
*schema.ResourceData, meta interfa
d.Get("gateway").(string),
ipaddress,
d.Get("netmask").(string),
- d.Get("vlan").(string),
d.Get("vpc_id").(string),
)
Review Comment:
If vlan is available, update the params.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]