FarnazBGH opened a new pull request, #60:
URL: https://github.com/apache/cloudstack-terraform-provider/pull/60
Fix the `"too many arguments in the call to
cs.NetworkOffering.NewCreateNetworkOfferingParams"` error by ensuring that the
function call at line 65 in
`cloudstack/resource_cloudstack_network_offering.go` includes only the required
four-string arguments.
Error is:
```
cloudstack/resource_cloudstack_network_offering.go:65:104: too many
arguments in call to cs.NetworkOffering.NewCreateNetworkOfferingParams
have (string, string, string, []string, string)
want (string, string, string, string)
make: *** [build] Error 2
```
--
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]