Commit Graph

1612 Commits

Author SHA1 Message Date
Mitchell Hashimoto 9b2b3a963f ResourceDiff => InstanceDiff 2014-09-17 16:33:24 -07:00
Mitchell Hashimoto 0a6c675fba terraform: update hooks to use InstanceState 2014-09-17 15:00:19 -07:00
Mitchell Hashimoto cdad3036ae command: closer to compiling 2014-09-17 11:15:07 -07:00
Mitchell Hashimoto c5d6df692d providers/aws: tests passing, compiles 2014-09-16 17:49:24 -07:00
Armon Dadgar 71782c57b3 terraform: emit ID of tainted resource in string 2014-09-16 17:37:39 -07:00
Armon Dadgar edccc2de3f terraform: fixing provisioner invocation 2014-09-16 17:37:39 -07:00
Mitchell Hashimoto 78471d2aa0 providers/cloudflare: tests passing, compiles 2014-09-16 17:31:07 -07:00
Mitchell Hashimoto e4066595c9 providers/consul: tests passing, compiling 2014-09-16 17:29:38 -07:00
Mitchell Hashimoto aafbc2ab7c providers/digitalocean: tests passing, compiling 2014-09-16 17:28:22 -07:00
Mitchell Hashimoto c2a2aca999 providers/dnsimple: tests passing, compiling 2014-09-16 17:24:05 -07:00
Mitchell Hashimoto a590ed02df providers/mailgun: tests passing, compiling 2014-09-16 17:21:49 -07:00
Mitchell Hashimoto 64bc356f97 providers/heroku: tests passing, compiling 2014-09-16 17:21:01 -07:00
Armon Dadgar 4a736b0dac terraform: Fixing panics and TODOs 2014-09-16 17:19:37 -07:00
Mitchell Hashimoto ecc10616ba providers/google: tests passing, compiling 2014-09-16 17:17:09 -07:00
Armon Dadgar 55f4e35586 terraform: Fixing applyWalkFn 2014-09-16 17:10:41 -07:00
Mitchell Hashimoto c452579512 provisioners/*: compiling, tests passing 2014-09-16 17:08:27 -07:00
Mitchell Hashimoto 81d9d70296 helper/schema: conforms to new API, tests pass 2014-09-16 17:07:13 -07:00
Mitchell Hashimoto 0bcbccf046 helper/resource: compiles, fails because Context doesn't work, probably 2014-09-16 17:02:05 -07:00
Mitchell Hashimoto 90dd00ee3c helper/diff: InstanceState conversion 2014-09-16 16:56:31 -07:00
Armon Dadgar 81abdcafdc terraform: fixing all the panics 2014-09-16 16:55:19 -07:00
Mitchell Hashimoto f117e33c9d helper/ssh: convert to InstanceState 2014-09-16 16:55:02 -07:00
Mitchell Hashimoto 0de633abeb plugin: up API version to 2 2014-09-16 16:49:21 -07:00
Mitchell Hashimoto 585067c8f5 rpc: conform to new API 2014-09-16 16:48:33 -07:00
Armon Dadgar 25a3cc480c terraform: fixing tons of panics 2014-09-16 16:32:01 -07:00
Mitchell Hashimoto 95f3e626a5 terraform: modify the ResourceProvider API super hardcore 2014-09-16 16:20:11 -07:00
Armon Dadgar 4b0f970659 terraform: fixing test errors 2014-09-16 15:09:40 -07:00
Armon Dadgar 196991430b terraform: Resolving more errors 2014-09-16 14:26:27 -07:00
Armon Dadgar 3404277f31 terraform: porting to new state 2014-09-16 12:34:21 -07:00
Armon Dadgar 04a2b5288b terraform: fixing errors 2014-09-16 12:34:08 -07:00
Armon Dadgar f4678c8fcd terraform: Fixing type references 2014-09-16 12:33:45 -07:00
Armon Dadgar 3963b42625 terraform: Fixing up context 2014-09-16 12:12:15 -07:00
Armon Dadgar 9cbd71b88d terraform: Changing how instances are represented 2014-09-15 17:49:31 -07:00
Armon Dadgar f5fc4933e5 terraform: working through errors 2014-09-15 17:30:18 -07:00
Armon Dadgar a85d6fa6c3 terraform: Adding module lookups for state 2014-09-15 17:11:36 -07:00
Armon Dadgar ab7ae0516c terraform: handle state pruning 2014-09-15 17:06:32 -07:00
Armon Dadgar bb26c79421 terraform: Adding deepcopy() to new state 2014-09-15 16:08:13 -07:00
Armon Dadgar 6373b2b90b Renaming to suffix V1 to old state structs 2014-09-15 16:08:01 -07:00
Armon Dadgar 5dc37bafe6 Adding the new state structures 2014-09-15 15:31:17 -07:00
Armon Dadgar 7d1d9bab79 Merge pull request #292 from mleventi/patch-1
Update provider.html.md
2014-09-15 11:13:33 -07:00
Matthew Leventi ab311e8401 Update provider.html.md
Fix typo
2014-09-13 21:58:54 -07:00
Mitchell Hashimoto cf6ff450c0 Merge pull request #291 from ivuk/vagrantfile-changes
Vagrantfile changes
2014-09-13 16:40:19 -07:00
Igor Vuk 434498a04a Consistent ordering of arguments for apt-get commands 2014-09-14 01:31:36 +02:00
Igor Vuk 27c08145bf Drop the SRCROOT variable 2014-09-14 01:10:50 +02:00
Igor Vuk 9b86b0303c Update comment, build Go if cd succeeds 2014-09-14 00:56:31 +02:00
Igor Vuk 0dfe5fd853 Unify GOPATH capitalization, delete empty line 2014-09-14 00:51:50 +02:00
Igor Vuk 1a782d27f7 Drop the execute permissions 2014-09-14 00:46:29 +02:00
Igor Vuk e0f0174300 Write directly to /etc/profile.d/gopath.sh instead of /tmp 2014-09-14 00:35:54 +02:00
Igor Vuk 60ec8ad96a Make apt-get silent 2014-09-14 00:15:54 +02:00
Igor Vuk 0a91741cc8 Also install pkg-config and libpcre3-dev so Go does not complain 2014-09-14 00:03:51 +02:00
Igor Vuk 4da12f7969 Install all required packages at once 2014-09-13 23:45:24 +02:00