cloudstack-terraform-provider
cloudstack-terraform-provider copied to clipboard
Zonewizard
Zone wizard resources:
- cloudstack_zone
- cloudstack_pod
- cloudstack_cluster
- cloudstack_physical_network
- cloudstack_traffic_type
- cloudstack_storage_pool
- cloudstack_secondary_storage
- cloudstack_vlan_ip_range
- cloudstack_network_service_provider_state
Also, updated data source cloudstack_zone to work with the uuid vs. name (as the id).
-- Note -
- this requires the latest cloudstack-go client.
- https://github.com/apache/cloudstack-go/pull/68
- traffic_type is fully idempotent.
- see https://github.com/apache/cloudstack/issues/7837
Added additional resources
- cloudstack_vlan_ip_range
- cloudstack_network_service_provider_state
This also requires the following cloudstack-go change. https://github.com/apache/cloudstack-go/pull/75
@poddm could you please help in resolving the conflicts
@poddm could you please help in resolving the conflicts
Update - I'd still like to get these merged once the cloudstack SDK is updated.
- https://github.com/apache/cloudstack-terraform-provider/pull/71
- https://github.com/apache/cloudstack-terraform-provider/issues/101
cloudstack go SDK changes
- https://github.com/apache/cloudstack-go/pull/68
- https://github.com/apache/cloudstack-go/pull/69
- https://github.com/apache/cloudstack-go/pull/75
@poddm can you address conflicts on the PR?