Commit Graph

2408 Commits

Author SHA1 Message Date
Armon Dadgar 82e60bb3cd Merge pull request #631 from snehaso/network_acl
aws_network_acl: return error if rule protocol is invalid
2014-12-09 09:07:44 -08:00
Armon Dadgar f1cb297c59 terraform: Fixing issue with computed maps 2014-12-09 00:51:28 -08:00
Mitchell Hashimoto b73078c670 helper/schema: TypeMap computed should mark diff as cmputed 2014-12-09 00:39:02 -08:00
Armon Dadgar c43eb6f883 terraform: fixing test case 2014-12-09 00:28:03 -08:00
Mitchell Hashimoto 81990ef6fa Update CHANGELOG 2014-12-09 00:27:05 -08:00
Armon Dadgar 0a3d7bd121 terraform: Check module config for resource instead of state 2014-12-09 00:25:06 -08:00
Mitchell Hashimoto e82a28529d terraform: return errors for interpolations 2014-12-08 23:57:01 -08:00
Armon Dadgar 5b745e5d46 command: Run validation before asking for input. Fixes #602 2014-12-08 18:32:03 -08:00
Sneha Somwanshi aad594aed3 aws_network_acl: return error if protocol is invalid 2014-12-08 16:53:05 +05:30
Armon Dadgar 57fd308e93 website: Correct network_acl docs 2014-12-07 23:53:21 -08:00
Armon Dadgar 38697d6b4c aws: Making security group ingress rules optional 2014-12-07 23:52:04 -08:00
Armon Dadgar fae29f4685 Merge pull request #506 from muralimadhu/master
Support termination policies in aws auto scaling group
2014-12-07 23:35:33 -08:00
Armon Dadgar 477efb4fa4 website: Docs for aws_network_acl 2014-12-07 23:30:36 -08:00
Armon Dadgar 03d4a425b6 Merge pull request #623 from snehaso/network_acl
[AWS] added new resource aws_network_acl
2014-12-07 23:09:51 -08:00
Sneha Somwanshi 4b154b8fe7 Fixed update of ingress/egress rules 2014-12-08 11:00:55 +05:30
Armon Dadgar d87fa90dfc Merge pull request #627 from Banno/fix-destroy-module-inputs
fix destroy so incoming module vars get set
2014-12-06 14:01:47 -08:00
Luke Amdor ca48dcab4a no module state, we shouldn't fail multivars yet 2014-12-06 15:30:19 -06:00
Luke Amdor 6dcb7166d1 fix destroy so incoming module vars get set 2014-12-05 17:18:45 -06:00
Armon Dadgar 55acb9809a Merge pull request #603 from josephholsten/support-paths-with-spaces
quote $DIR & $(CURDIR) to support $GOPATH with spaces
2014-12-03 12:09:23 -08:00
Armon Dadgar 7182e5618e Merge pull request #612 from MerlinDMC/feature/aws_block_device_virtual_name
allow setting the block device virtual_name
2014-12-03 12:08:07 -08:00
Armon Dadgar a2c8859f04 Merge pull request #615 from Banno/fix-aws-instance-block-devices-index-range
fixing array length for aws instance volumes
2014-12-03 12:00:31 -08:00
Armon Dadgar f7a0b7ac1d Merge pull request #617 from josephholsten/simplify-do-droplet-image-loading
simplify digitalocean_droplet.image loading
2014-12-03 11:59:52 -08:00
Armon Dadgar cd50d71538 Merge pull request #620 from Banno/fix-multi-var-module-state
Fix for multivars when modulestate not created yet
2014-12-03 11:59:10 -08:00
Armon Dadgar 938ed3e853 Merge pull request #621 from moredip/point-to-vagrant-dev-tooling-in-README
Point to vagrant dev tooling in README and CONTRIBUTE
2014-12-03 11:44:25 -08:00
Seth Vargo b8d20960ff Merge pull request #540 from snehaso/master
AWS instance resource now supports tenancy
2014-12-03 10:02:47 -05:00
Sneha Somwanshi c79e6ba08b handled subnet and network acl association 2014-12-03 16:37:50 +05:30
Sneha Somwanshi 86aafdb839 test for tenancy schema 2014-12-03 15:58:51 +05:30
Sneha Somwanshi ad03446f98 Merge remote-tracking branch 'upstream/master' 2014-12-03 11:43:23 +05:30
Pete Hodgson e2cfb2b1f0 mention dev Vagrant VM in CONTRIBUTING.md 2014-12-02 16:15:25 -08:00
Pete Hodgson b54c04994c reference the possibility of doing development on Terraform using Vagrantfile 2014-12-02 16:10:16 -08:00
Luke Amdor fead5872e5 Fix for multivars when modulestate not created yet 2014-12-02 13:53:09 -06:00
Mitchell Hashimoto 5d89cae1d7 Merge pull request #618 from anubhavmishra/master
Fixed HCL variable declaration
2014-12-01 21:57:35 -08:00
Anubhav Mishra cf390bec3b Fixed HCL variable declaration 2014-12-01 21:55:41 -08:00
Joseph Anthony Pasquale Holsten 5b0894b5cd simplify digitalocean_droplet.image loading
If a droplet's image slug is empty and its image id is empty, then the
image attribute should be empty, so we may assign from either. So it is
unnecessary to check if the image id is empty.

* remove unnecessary check for emptiness of image id
* reverse order of the conditions for assigning the image attribute,
  with the default case (using the slug) first, and the fallback case
  (using the id) second
2014-12-01 11:36:05 -08:00
Luke Amdor 0ac28a651f Merge remote-tracking branch 'origin/master' into fix-aws-instance-block-devices-index-range 2014-12-01 12:40:40 -06:00
Sneha Somwanshi cd0f9761da rearranged the tests 2014-12-01 14:19:39 +05:30
Armon Dadgar 4b8151ec6d Merge pull request #611 from Banno/fix-multivar-in-modules
looking up count of multivars in correct module config
2014-11-30 12:06:02 -07:00
Luke Amdor f3ff4bece8 fixing array length for aws instance volumes 2014-11-30 08:24:23 -06:00
Sneha Somwanshi 5eec8a531c Added CRUD operations for network acl 2014-11-30 17:10:54 +05:30
Sneha Somwanshi d4a887278e flatten/expand operations for network_acl 2014-11-30 17:09:37 +05:30
Luke Amdor 60022978a6 adding context test for module multi-vars 2014-11-28 13:16:33 -06:00
Luke Amdor 4b3bf76406 looking up count of multivars in module config 2014-11-28 07:14:58 -06:00
Sneha Somwanshi bd9e9ec0c4 Add support for network acls 2014-11-26 19:14:02 +05:30
Sneha Somwanshi dca2d9aa4c acceptance test for creating network acl 2014-11-26 19:12:59 +05:30
Sneha Somwanshi cebea04cce added provider for aws_network_acl 2014-11-26 19:12:39 +05:30
Sneha Somwanshi f63e032c23 Merge remote-tracking branch 'upstream/master' 2014-11-26 17:06:42 +05:30
Joseph Anthony Pasquale Holsten fc272d5f5a quote $(CURDIR) to support $GOPATH with spaces 2014-11-25 15:29:33 -08:00
Joseph Anthony Pasquale Holsten 29a91c7db7 quote $DIR to allow $GOPATH to include spaces 2014-11-25 15:26:41 -08:00
Armon Dadgar a5d444b8e3 terraform: fix module output handling. Fixes #474 2014-11-24 19:18:52 -08:00
Armon Dadgar f26b8df92f Merge pull request #598 from hashicorp/f-mod-deps
Fix dependency handling of modules
2014-11-24 18:53:22 -08:00