Skip to content

Commit 17fc1f2

Browse files
committed
Adding primary and secondary storage
1 parent 11c33b2 commit 17fc1f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cloudstack/provider.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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(),

0 commit comments

Comments
 (0)