terraform/builtin/providers/cloudstack
Sander van Harmelen 3898098c78 Adding the ability to manage the whole firewall
This goes for the normal firewall, the egress firewall and the network
ACL.

USE WITH CAUTION! When setting `managed = true` in your config, it
means it will delete all firewall rules that are not in your config, so
unknown to TF.

Also adding the new `cloudstack_egress_firewall` resource with this
commit and updating go-cloudstack to the latest API version (v4.4)
2015-01-15 10:04:09 +01:00
..
config.go provider/cloudstack: make timeout configurable 2015-01-12 15:57:24 +01:00
provider.go Adding the ability to manage the whole firewall 2015-01-15 10:04:09 +01:00
provider_test.go Adding the ability to manage the whole firewall 2015-01-15 10:04:09 +01:00
resource_cloudstack_disk.go Adding the ability to manage the whole firewall 2015-01-15 10:04:09 +01:00
resource_cloudstack_disk_test.go builtin/providers/cloudstack: fix err checks in tests 2015-01-14 19:54:29 +01:00
resource_cloudstack_egress_firewall.go Adding the ability to manage the whole firewall 2015-01-15 10:04:09 +01:00
resource_cloudstack_egress_firewall_test.go Adding the ability to manage the whole firewall 2015-01-15 10:04:09 +01:00
resource_cloudstack_firewall.go Adding the ability to manage the whole firewall 2015-01-15 10:04:09 +01:00
resource_cloudstack_firewall_test.go core: refactoring the way sets work internally v2 2014-12-12 23:21:20 +01:00
resource_cloudstack_instance.go First release of a provider for CloudStack 2014-12-10 22:20:52 +01:00
resource_cloudstack_instance_test.go builtin/providers/cloudstack: fix err checks in tests 2015-01-14 19:54:29 +01:00
resource_cloudstack_ipaddress.go Adding the ability to manage the whole firewall 2015-01-15 10:04:09 +01:00
resource_cloudstack_ipaddress_test.go builtin/providers/cloudstack: fix err checks in tests 2015-01-14 19:54:29 +01:00
resource_cloudstack_network.go First release of a provider for CloudStack 2014-12-10 22:20:52 +01:00
resource_cloudstack_network_acl.go First release of a provider for CloudStack 2014-12-10 22:20:52 +01:00
resource_cloudstack_network_acl_rule.go Adding the ability to manage the whole firewall 2015-01-15 10:04:09 +01:00
resource_cloudstack_network_acl_rule_test.go core: refactoring the way sets work internally v2 2014-12-12 23:21:20 +01:00
resource_cloudstack_network_acl_test.go builtin/providers/cloudstack: fix err checks in tests 2015-01-14 19:54:29 +01:00
resource_cloudstack_network_test.go builtin/providers/cloudstack: fix err checks in tests 2015-01-14 19:54:29 +01:00
resource_cloudstack_nic.go First release of a provider for CloudStack 2014-12-10 22:20:52 +01:00
resource_cloudstack_nic_test.go builtin/providers/cloudstack: fix err checks in tests 2015-01-14 19:54:29 +01:00
resource_cloudstack_port_forward.go Making things consistent throughout the provider 2014-12-25 22:58:17 +01:00
resource_cloudstack_port_forward_test.go core: refactoring the way sets work internally v2 2014-12-12 23:21:20 +01:00
resource_cloudstack_vpc.go Adding the ability to manage the whole firewall 2015-01-15 10:04:09 +01:00
resource_cloudstack_vpc_test.go builtin/providers/cloudstack: fix err checks in tests 2015-01-14 19:54:29 +01:00
resources.go Changing this fixes an Excoscale issue where 'all' is not allowed 2014-12-19 19:14:46 +01:00