terraform/builtin/providers/cloudstack
Glen Mailer 981c40fec1 Expand cloudstack_loadbalancer_rule to work without vpcs
When using load balancer rules on an IP associated with a network
instead of a vpc, the network field can be omitted and inferred from the
IP. Filling this into state on read causes a spurious diff.

The openfirewall flag defaults to true when used on a network IP.
Implicit resource creation doesn't fit the terraform model, so we
disable it.

Also added a test which shows arguments that can be changed without
creating a new resource.
2015-09-06 23:43:37 +01:00
..
config.go Updates and tweaks 2015-07-16 17:40:11 +02:00
provider.go Added LoadBalancer support for Cloudstack Provider 2015-08-21 10:37:08 +02:00
provider_test.go Make it easier to run the cloudstack acceptance tests 2015-09-06 18:21:55 +01:00
resource_cloudstack_disk.go Fix issue #3033 and update tweak several cloudstack resources 2015-08-21 16:59:35 +02:00
resource_cloudstack_disk_test.go provider/cloudstack: updating and tweaking tests and docs 2015-06-09 12:38:05 +02:00
resource_cloudstack_egress_firewall.go Fix comment typos. 2015-04-24 10:25:19 -07:00
resource_cloudstack_egress_firewall_test.go Make it easier to run the cloudstack acceptance tests 2015-09-06 18:21:55 +01:00
resource_cloudstack_firewall.go Fix comment typos. 2015-04-24 10:25:19 -07:00
resource_cloudstack_firewall_test.go provider/cloudstack: updating and tweaking tests and docs 2015-06-09 12:38:05 +02:00
resource_cloudstack_instance.go Updates and tweaks 2015-07-16 17:40:11 +02:00
resource_cloudstack_instance_test.go provider/cloudstack: updating and tweaking tests and docs 2015-06-09 12:38:05 +02:00
resource_cloudstack_ipaddress.go Fix issue #3033 and update tweak several cloudstack resources 2015-08-21 16:59:35 +02:00
resource_cloudstack_ipaddress_test.go provider/cloudstack: updating and tweaking tests and docs 2015-06-09 12:38:05 +02:00
resource_cloudstack_loadbalancer.go Expand cloudstack_loadbalancer_rule to work without vpcs 2015-09-06 23:43:37 +01:00
resource_cloudstack_loadbalancer_test.go Expand cloudstack_loadbalancer_rule to work without vpcs 2015-09-06 23:43:37 +01:00
resource_cloudstack_network.go Fix issue #3033 and update tweak several cloudstack resources 2015-08-21 16:59:35 +02:00
resource_cloudstack_network_acl.go Fixes #1: sets the rights values based on isUUID 2015-05-05 12:31:21 +02:00
resource_cloudstack_network_acl_rule.go Updates and tweaks 2015-07-16 17:40:11 +02:00
resource_cloudstack_network_acl_rule_test.go Fixing last test 2015-07-16 17:58:52 +02:00
resource_cloudstack_network_acl_test.go provider/cloudstack: updating and tweaking tests and docs 2015-06-09 12:38:05 +02:00
resource_cloudstack_network_test.go provider/cloudstack: updating and tweaking tests and docs 2015-06-09 12:38:05 +02:00
resource_cloudstack_nic.go Fixes #1: sets the rights values based on isUUID 2015-05-05 12:31:21 +02:00
resource_cloudstack_nic_test.go provider/cloudstack: updating and tweaking tests and docs 2015-06-09 12:38:05 +02:00
resource_cloudstack_port_forward.go Fix issue #3033 and update tweak several cloudstack resources 2015-08-21 16:59:35 +02:00
resource_cloudstack_port_forward_test.go provider/cloudstack: updating and tweaking tests and docs 2015-06-09 12:38:05 +02:00
resource_cloudstack_secondary_ipaddress.go Updates and tweaks 2015-07-16 17:40:11 +02:00
resource_cloudstack_secondary_ipaddress_test.go Updates and tweaks 2015-07-16 17:40:11 +02:00
resource_cloudstack_ssh_keypair.go provider/cloudstack: updating and tweaking tests and docs 2015-06-09 12:38:05 +02:00
resource_cloudstack_ssh_keypair_test.go provider/cloudstack: updating and tweaking tests and docs 2015-06-09 12:38:05 +02:00
resource_cloudstack_template.go Cloudstack - allow OVA template upload 2015-06-03 16:46:56 +01:00
resource_cloudstack_template_test.go provider/cloudstack: updating and tweaking tests and docs 2015-06-09 12:38:05 +02:00
resource_cloudstack_vpc.go Fix issue #3033 and update tweak several cloudstack resources 2015-08-21 16:59:35 +02:00
resource_cloudstack_vpc_test.go provider/cloudstack: updating and tweaking tests and docs 2015-06-09 12:38:05 +02:00
resource_cloudstack_vpn_connection.go Adding a few new resources 2015-03-04 18:51:07 +01:00
resource_cloudstack_vpn_connection_test.go provider/cloudstack: updating and tweaking tests and docs 2015-06-09 12:38:05 +02:00
resource_cloudstack_vpn_customer_gateway.go Some small fixes, needed to work with bigger templates 2015-03-25 22:48:44 +01:00
resource_cloudstack_vpn_customer_gateway_test.go provider/cloudstack: updating and tweaking tests and docs 2015-06-09 12:38:05 +02:00
resource_cloudstack_vpn_gateway.go Fixes #1: sets the rights values based on isUUID 2015-05-05 12:31:21 +02:00
resource_cloudstack_vpn_gateway_test.go provider/cloudstack: updating and tweaking tests and docs 2015-06-09 12:38:05 +02:00
resources.go Updates and tweaks 2015-07-16 17:40:11 +02:00