File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -112,11 +112,13 @@ func Provider() terraform.ResourceProvider {
112112 "cloudstack_port_forward" : resourceCloudStackPortForward (),
113113 "cloudstack_private_gateway" : resourceCloudStackPrivateGateway (),
114114 "cloudstack_secondary_ipaddress" : resourceCloudStackSecondaryIPAddress (),
115+ "cloudstack_secondary_storage" : resourceCloudStackSecondaryStorage (),
115116 "cloudstack_security_group" : resourceCloudStackSecurityGroup (),
116117 "cloudstack_security_group_rule" : resourceCloudStackSecurityGroupRule (),
117118 "cloudstack_ssh_keypair" : resourceCloudStackSSHKeyPair (),
118119 "cloudstack_static_nat" : resourceCloudStackStaticNAT (),
119120 "cloudstack_static_route" : resourceCloudStackStaticRoute (),
121+ "cloudstack_storage_pool" : resourceCloudStackStoragePool (),
120122 "cloudstack_template" : resourceCloudStackTemplate (),
121123 "cloudstack_traffic_type" : resourceCloudStackTrafficType (),
122124 "cloudstack_vpc" : resourceCloudStackVPC (),
You can’t perform that action at this time.
0 commit comments