We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84d68ca commit 1ee7fcfCopy full SHA for 1ee7fcf
cloudstack/provider.go
@@ -107,6 +107,7 @@ func Provider() terraform.ResourceProvider {
107
"cloudstack_network_acl_rule": resourceCloudStackNetworkACLRule(),
108
"cloudstack_nic": resourceCloudStackNIC(),
109
"cloudstack_physical_network": resourceCloudStackPhysicalNetwork(),
110
+ "cloudstack_pod": resourceCloudStackPod(),
111
"cloudstack_port_forward": resourceCloudStackPortForward(),
112
"cloudstack_private_gateway": resourceCloudStackPrivateGateway(),
113
"cloudstack_secondary_ipaddress": resourceCloudStackSecondaryIPAddress(),
0 commit comments