This is an automated email from the ASF dual-hosted git repository.
pearl11594 pushed a change to branch add-userdata-support
in repository
https://gitbox.apache.org/repos/asf/cloudstack-terraform-provider.git
from 790a6a0 Add support for userdata and linking to templates
add 4ab40e9 add userdata resource and datasource
No new revisions were added by this update.
Summary of changes:
cloudstack/data_source_cloudstack_user_data.go | 131 +++++++++++++++++++
cloudstack/resource_cloudstack_user_data.go | 166 +++++++++++++++++++++++++
2 files changed, 297 insertions(+)
create mode 100644 cloudstack/data_source_cloudstack_user_data.go
create mode 100644 cloudstack/resource_cloudstack_user_data.go