Commit Graph

4524 Commits

Author SHA1 Message Date
Jack Pearkes 66666ed29b website: improve artifact docs 2015-04-21 14:39:22 -07:00
Mitchell Hashimoto 0f68f3b3d8 update CHANGELOG 2015-04-21 22:33:56 +02:00
Mitchell Hashimoto 322cc381ec Merge pull request #1615 from hashicorp/b-computed-map-diff-mitchellh
helper/schema: empty map in state should not compute map
2015-04-21 22:32:33 +02:00
Mitchell Hashimoto 51951d68f4 helper/schema: change diff logic around maps to fix case #57 and #44 2015-04-21 22:13:03 +02:00
Mitchell Hashimoto 9c10a89cf8 helper/schema: FieldReaderMap should mark map as exists if anything set 2015-04-21 22:11:00 +02:00
Mitchell Hashimoto fa934d96d0 helper/schema: FieldReaderConfig detects computed maps 2015-04-21 22:07:52 +02:00
Clint f44964f8bd Merge pull request #1612 from hashicorp/b-aws-fix-sg-self-rule
provider/aws: Fix issue in Security Groups with empty IPRanges
2015-04-21 11:14:03 -05:00
Clint Shryock 0c5011bea4 provider/aws: Fix issue with empty IPRanges 2015-04-21 10:57:50 -05:00
Mitchell Hashimoto 45f73e640f website: document multi-provider 2015-04-20 16:54:56 -07:00
Kevin Fishner 737870d95a utms 2015-04-20 15:54:11 -07:00
Kevin Fishner b432db66d1 grammar fix 2015-04-20 15:41:46 -07:00
Kevin Fishner 0f61ac85de make collaboration more important 2015-04-20 15:32:59 -07:00
Mitchell Hashimoto 4d82d0a0a3 update CHANGELOG 2015-04-20 15:03:04 -07:00
Mitchell Hashimoto c8a8f05935 Merge pull request #1601 from bitglue/sts_token
provider/aws: support session token in AWS credentials
2015-04-20 15:01:29 -07:00
Mitchell Hashimoto 70a026d75e Merge pull request #1606 from hashicorp/f-multi-provider
Enhance validation and tests around multi-provider
2015-04-20 15:01:15 -07:00
Mitchell Hashimoto d3689cea29 terraform: test input with multiple providers 2015-04-20 14:59:03 -07:00
Kevin Fishner e2b6989606 add atlas graphic 2015-04-20 14:55:13 -07:00
Mitchell Hashimoto de004d7183 terraform: context test for when provider is missing from state 2015-04-20 14:54:25 -07:00
Mitchell Hashimoto d0a6d78b97 config: test that resources reference good providers 2015-04-20 14:47:31 -07:00
Kevin Fishner 5956e76552 utms 2015-04-20 14:45:54 -07:00
Kevin Fishner 27f5b47c4c add hashicorp ecosystem section 2015-04-20 14:40:20 -07:00
Mitchell Hashimoto 8ee18e2e14 config: happy case test for multiple providers 2015-04-20 14:27:44 -07:00
Mitchell Hashimoto a599d5f224 config: validate that a multi provider is only configured once each 2015-04-20 14:25:33 -07:00
Kevin Fishner 84e96c345b terraform and the hashicorp ecoystem 2015-04-20 14:20:50 -07:00
Mitchell Hashimoto 5ba091450f update CHANGELOG 2015-04-20 14:17:24 -07:00
Mitchell Hashimoto dc69603cd4 helper/resource: docs 2015-04-20 14:14:34 -07:00
Matt Good 21b0a03d70 Support for multiple providers of the same type
Adds an "alias" field to the provider which allows creating multiple instances
of a provider under different names. This provides support for configurations
such as multiple AWS providers for different regions. In each resource, the
provider can be set with the "provider" field.

(thanks to Cisco Cloud for their support)
2015-04-20 14:14:34 -07:00
Paul Hinze ff224dec13 Merge pull request #1599 from hashicorp/1554-docker-network-settings
[repack] "Add docker container network settings to output attribute #1554"
2015-04-20 15:29:45 -05:00
Paul Hinze d55c8d8404 provider/docker: fmt on container resource 2015-04-20 14:18:46 -05:00
Phil Frost d4c8c528e0 Support session token in AWS credentials
Session tokens are necessary to utilize temporary credentials.
http://docs.aws.amazon.com/STS/latest/UsingSTS/Welcome.html
2015-04-20 15:09:04 -04:00
Paul Hinze aada41aa55 docs: provider/docker - network settings attrs 2015-04-20 12:45:58 -05:00
Paul Hinze 3ded884d95 provider/docker: guard against nil NetworkSettings 2015-04-20 12:42:36 -05:00
Stephan Epping c2319da1aa Add docker container network settings to output attribute 2015-04-20 12:41:35 -05:00
Mitchell Hashimoto 97482f8b0c update CHANGELOG 2015-04-20 10:25:55 -07:00
Mitchell Hashimoto 15c190787d Merge pull request #1590 from hashicorp/b-bad-var-default
terraform: don't panic on input for bad default type [GH-1344]
2015-04-20 10:24:49 -07:00
Mitchell Hashimoto ccd14a6fcc Merge pull request #1588 from hashicorp/b-par-prov
helper/ssh: add random number to upload path for script [GH-1545]
2015-04-20 10:22:33 -07:00
Nevins Bartolomeo 6da242de03 fixing sg refresh 2015-04-20 11:27:58 -04:00
Radek Simko 150fd00932 AWS account ID protection added 2015-04-20 12:07:39 +01:00
Radek Simko 34f48b3e06 Add schema.ConflictsWith[]
- this will allow defining logically conflicting attributes
2015-04-20 12:07:34 +01:00
Radek Simko e0df74c863 Add schema.ConflictsWith[]
- this will allow defining logically conflicting attributes
2015-04-20 12:07:00 +01:00
Kevin Fishner 3646da0aff add remote terraform to getting started 2015-04-19 21:56:03 -07:00
Mitchell Hashimoto 1c0f2f136c provider/aws: fix vet error, missing fmt param 2015-04-19 18:13:04 -07:00
Mitchell Hashimoto 9f5fd24b85 update CHANGELOG 2015-04-19 18:10:52 -07:00
Mitchell Hashimoto dda4ae6d12 Merge pull request #1555 from fatih/fix-eip-panic
providers/aws: check allocationId only if it's vpc, fixes #1345
2015-04-19 18:10:31 -07:00
Mitchell Hashimoto 20155d0318 update CHANGELOG 2015-04-18 16:41:44 -07:00
Mitchell Hashimoto 2acc9b2e44 Merge pull request #1564 from nickryand/docker_links
Added Docker links support to the docker_container resource.
2015-04-18 16:41:17 -07:00
Mitchell Hashimoto ff22e514ca update CHANGELOG 2015-04-18 16:40:37 -07:00
Mitchell Hashimoto 283a3af693 Merge pull request #1576 from bitglue/s3_refresh
provider/aws: refresh state for deleted s3 bucket correctly
2015-04-18 16:40:12 -07:00
Mitchell Hashimoto 7a1592ff1e terraform: don't panic on input for bad default type [GH-1344] 2015-04-18 16:31:21 -07:00
Mitchell Hashimoto de8666a5fa helper/ssh: add random number to script [GH-1545] 2015-04-18 16:09:08 -07:00