Commit Graph

2502 Commits

Author SHA1 Message Date
Armon Dadgar 1bee8b08af remote: test name cleanup 2014-12-10 13:27:08 -08:00
Armon Dadgar 09d7fb7c27 command: cleanup test function names 2014-12-10 13:27:08 -08:00
Armon Dadgar 7ba0c003f2 command/push: Allow existing state file to enable remote 2014-12-10 13:27:08 -08:00
Armon Dadgar 38002904f4 command/push: Adding the push command 2014-12-10 13:27:08 -08:00
Armon Dadgar 722a885113 command/init: Testing remote flags 2014-12-10 13:27:07 -08:00
Armon Dadgar 34df217514 command/pull: Adding the pull command 2014-12-10 13:27:07 -08:00
Armon Dadgar 7febe57ae6 remote: Avoid a panic by re-ordering cases 2014-12-10 13:27:07 -08:00
Armon Dadgar 220d496f9c remote: refactor for ReadLocalState 2014-12-10 13:27:07 -08:00
Armon Dadgar bec1dfcd68 remote: Supporting push state 2014-12-10 13:27:07 -08:00
Armon Dadgar d1e41bc992 remote: Testing put state 2014-12-10 13:27:07 -08:00
Armon Dadgar 958bea4fca remote: first pass at push state 2014-12-10 13:27:07 -08:00
Armon Dadgar f748b6ae71 remote: Refactoring to use a common client 2014-12-10 13:27:07 -08:00
Armon Dadgar d16793659c remote: lots of tests 2014-12-10 13:27:07 -08:00
Armon Dadgar 2d1f985a93 remote: testing file init 2014-12-10 13:27:07 -08:00
Armon Dadgar d332b8ad58 remote: implement refresh state 2014-12-10 13:27:07 -08:00
Armon Dadgar d077a82db2 remote: simplify client 2014-12-10 13:27:07 -08:00
Armon Dadgar b83b4a923f terraform: expose the state version 2014-12-10 13:27:06 -08:00
Armon Dadgar 3de8e2343e remote: testing remote state fetch 2014-12-10 13:27:06 -08:00
Armon Dadgar cc4e48e0ec remote: Working on API client 2014-12-10 13:27:06 -08:00
Armon Dadgar e36b46de07 remote: Adding tests 2014-12-10 13:27:06 -08:00
Armon Dadgar 7a530cdae5 remote: adding tests 2014-12-10 13:27:06 -08:00
Armon Dadgar 29b3310a49 command/init: integrate remote state storage 2014-12-10 13:27:06 -08:00
Armon Dadgar 72570e72bc remote: adding helpers for remote state storage 2014-12-10 13:27:06 -08:00
Armon Dadgar 6ce957d4b1 terraform: State helpers 2014-12-10 13:27:06 -08:00
Armon Dadgar 1ec0602cab terraform: Add new remote storage fields to state 2014-12-10 13:27:06 -08:00
Mitchell Hashimoto 04eb1885f1 providers/atlas: force new 2014-12-10 13:27:06 -08:00
Mitchell Hashimoto a8c05acd1d providers/atlas 2014-12-10 13:27:06 -08:00
Armon Dadgar c4de19c740 website: Document key sanitization 2014-12-10 13:27:06 -08:00
Armon Dadgar ef57437a6e website: Update artifact docs 2014-12-10 13:27:05 -08:00
Armon Dadgar 15de5c3cf9 website: Document the atlas provider 2014-12-10 13:27:05 -08:00
Sander van Harmelen 4910423d83 First release of a provider for CloudStack
Of course not all resources are covered by this first release, but
there should be enough resources available to handle most common
operations.

Tests and docs are included.
2014-12-10 22:20:52 +01:00
Armon Dadgar 633a08230e Merge pull request #638 from snehaso/tag_for_acl
[AWS] added tags for aws_network_acl
2014-12-10 12:59:22 -08:00
Armon Dadgar 9668c8292f Merge pull request #637 from snehaso/vpc_tenanct
[AWS] added vpc instance_tenancy
2014-12-10 12:58:50 -08:00
Panagiotis Moustafellos 138bc17e6c bump to 0.3.5 2014-12-10 21:28:38 +02:00
Armon Dadgar 8e32076d55 Merge pull request #635 from snehaso/cross_zone_lb
[AWS]  enabled cross zone load balancing
2014-12-10 10:55:54 -08:00
Yahya Poonawala b595c73d42 Adding tag support to AWS EC2 route table resource. 2014-12-11 00:03:13 +05:30
Sneha Somwanshi 5e3e8562fc added tags for aws_network_acl 2014-12-10 16:29:00 +05:30
Sneha Somwanshi 89f1a38f5b added vpc tenancy argument 2014-12-10 16:10:00 +05:30
Sneha Somwanshi 60d18e1eb8 doc for cross zone load balancing 2014-12-10 12:53:51 +05:30
Sneha Somwanshi 1d3e30b353 enabled cross zone load balancing 2014-12-10 12:49:43 +05:30
Armon Dadgar 238463fb93 CHANGELOG updates 2014-12-09 15:02:41 -08:00
Mitchell Hashimoto c3ec9f7965 Revert "helper/schema: TypeMap computed should mark diff as cmputed"
This reverts commit b73078c670.
2014-12-09 09:27:19 -08:00
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
Kushal Pisavadia b40b7ce01a Do not read temporary editor files, fixes #548
This fixes a bug where Terraform would error with the following:

```
Error loading config: Error reading
/Users/rhenrichs/work/example/.#example.tf: open
/Users/rhenrichs/work/example/.#example.tf: no such file or directory
```

The solution implemented here ignores the common emacs and vim
temporary file formats.

Note: the potential danger with merging this is that Terraform could
quickly have requests to ignore other file formats.
2014-12-09 13:15:00 +00: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