bddvlpr opened a new pull request, #295:
URL: https://github.com/apache/cloudstack-terraform-provider/pull/295
As of this PR, the provider incorrectly passes user data details to
CloudStack, causing templates to render improperly without producing any
visible errors.
The provider currently sends user data details in the following format:
```text
{value=VALUE HERE, key=KEY HERE}
```
However, recent versions of CloudStack expect details to be provided as
key-value pairs in the following format:
```text
{KEY HERE=VALUE HERE}
```
The previously used format appears to be deprecated or is no longer
supported, resulting in user data not being processed correctly. This issue has
already been fixed upstream in cloudstack-go
https://github.com/apache/cloudstack-go/commit/3aaf3aa31e862e0cf80f789529640bbd17ce3359
which is included in v2.19.0.
--
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]