terraform/builtin/providers
Sander van Harmelen 3aeba87e38 Updating the resource to use a set instead of a list
By using a set for the availability zones, you can use things like
`availability_zones = ["${aws_instance.web.*.availability_zone}"]`
where is very likely multiple of the same zones will be added to the
set. If you use a list here, the list will say it’s changed (even if
you add the same zone) which will force a new resource.
2014-12-16 13:13:59 +01:00
..
atlas provider/atlas: fix required token 2014-12-10 13:27:11 -08:00
aws Updating the resource to use a set instead of a list 2014-12-16 13:13:59 +01:00
cloudflare Removing obsolete struct tags 2014-11-17 18:57:41 +01:00
cloudstack core: refactoring the way sets work internally v2 2014-12-12 23:21:20 +01:00
consul Making all function names consistent 2014-12-15 15:26:17 +01:00
digitalocean Making all function names consistent 2014-12-15 15:26:17 +01:00
dnsimple Removing obsolete struct tags 2014-11-17 18:58:41 +01:00
google Fixing the acc tests 2014-11-20 14:30:02 +01:00
heroku Merge pull request #672 from plan3-labs/heroku_cert_support 2014-12-15 12:12:57 -08:00
mailgun Making all function names consistent 2014-12-15 15:26:17 +01:00
null providers/null: null provider 2014-10-04 16:42:43 -07:00