terraform/builtin/providers/cloudstack
Sander van Harmelen 95bedaceaa Make the hash consistent again (#11546)
The existing hash function for set items cannot generate consistent hashes when using both `Optional` and `Computed` on a schema field.

I tried to add this use case to the existing code base, but came to the conclusion this would be quite an endeavor.

That together with the fact this is the only field in all sets used in all builtin providers/resources that would be using both options at the same time, made me decide to change this single resource instead.
2017-01-31 15:00:11 +01:00
..
config.go
provider.go
provider_test.go
resource_cloudstack_affinity_group.go
resource_cloudstack_affinity_group_test.go
resource_cloudstack_disk.go
resource_cloudstack_disk_test.go
resource_cloudstack_egress_firewall.go
resource_cloudstack_egress_firewall_test.go
resource_cloudstack_firewall.go
resource_cloudstack_firewall_test.go
resource_cloudstack_instance.go
resource_cloudstack_instance_test.go
resource_cloudstack_ipaddress.go Fix refresing ACL rules when the ACL is deleted 2016-07-12 21:11:22 +02:00
resource_cloudstack_ipaddress_test.go
resource_cloudstack_loadbalancer_rule.go
resource_cloudstack_loadbalancer_rule_test.go
resource_cloudstack_network.go
resource_cloudstack_network_acl.go
resource_cloudstack_network_acl_rule.go
resource_cloudstack_network_acl_rule_test.go
resource_cloudstack_network_acl_test.go
resource_cloudstack_network_test.go
resource_cloudstack_nic.go
resource_cloudstack_nic_test.go
resource_cloudstack_port_forward.go
resource_cloudstack_port_forward_test.go
resource_cloudstack_private_gateway.go
resource_cloudstack_private_gateway_test.go
resource_cloudstack_secondary_ipaddress.go
resource_cloudstack_secondary_ipaddress_test.go
resource_cloudstack_security_group.go
resource_cloudstack_security_group_rule.go
resource_cloudstack_security_group_rule_test.go
resource_cloudstack_security_group_test.go
resource_cloudstack_ssh_keypair.go
resource_cloudstack_ssh_keypair_test.go
resource_cloudstack_static_nat.go
resource_cloudstack_static_nat_test.go
resource_cloudstack_static_route.go
resource_cloudstack_static_route_test.go
resource_cloudstack_template.go
resource_cloudstack_template_test.go
resource_cloudstack_vpc.go
resource_cloudstack_vpc_test.go
resource_cloudstack_vpn_connection.go
resource_cloudstack_vpn_connection_test.go
resource_cloudstack_vpn_customer_gateway.go
resource_cloudstack_vpn_customer_gateway_test.go
resource_cloudstack_vpn_gateway.go
resource_cloudstack_vpn_gateway_test.go
resources.go
tags.go
tags_test.go