Mitchell Hashimoto
3e47bad40a
gitignore should ignore test files that use .terraform/tfstate
2017-01-26 14:33:49 -08:00
Mitchell Hashimoto
cae907bc83
update CHANGELOG
2017-01-26 14:33:23 -08:00
Mitchell Hashimoto
b35b263015
Merge pull request #11329 from hashicorp/f-destroy-prov
...
Destroy Provisioners
2017-01-26 14:32:21 -08:00
Mitchell Hashimoto
455d997889
setup CHANGELOG for 0.9
2017-01-26 14:31:46 -08:00
Mitchell Hashimoto
0b0114c9bf
Merge pull request #11426 from hashicorp/f-new-graph
...
core: Refresh, Validate, Input on new graph builders
2017-01-26 14:31:03 -08:00
Clint
46f7265747
Merge pull request #11443 from kenkku/aws_api_gateway_resource_path_fix
...
Fix: path not updated when modifying AWS API Gateway Resource
2017-01-26 14:44:44 -06:00
Clint
731696b002
Merge pull request #11388 from hashicorp/f-go-getter
...
dependency: update go-getter
2017-01-26 14:34:31 -06:00
clint shryock
e94fcc011d
update go-getter
2017-01-26 14:33:22 -06:00
Tero Keinänen
eb70c538a8
Fix: path not updated when modifying AWS API Gateway Resource
...
Fixes #11442
2017-01-26 21:53:08 +02:00
Radek Simko
85364bdae1
docs/aws: Fix broken 404 link ( #11436 )
2017-01-26 17:48:49 +00:00
Paul Stack
3cdeb4c7d7
docs/profitbricks: Make the documentation not cause build errors for middleman ( #11434 )
2017-01-26 19:28:01 +02:00
Radek Simko
0bafea87bb
release: clean up after v0.8.5
2017-01-26 16:18:34 +00:00
Radek Simko
b4d477660b
v0.8.5
2017-01-26 16:01:59 +00:00
Akmal Abbasov
cba9d3d2ec
Add missing word ( #11432 )
2017-01-26 17:18:23 +02:00
Mitchell Hashimoto
ae6bf241ec
terraform: validate self references
2017-01-25 21:00:45 -08:00
Mitchell Hashimoto
cb4ffd4662
Update CHANGELOG.md
2017-01-25 18:41:32 -08:00
Mitchell Hashimoto
2e47453291
Merge pull request #11393 from hashicorp/b-import-provider
...
terraform: import graph should setup parent refs to providers
2017-01-25 18:40:42 -08:00
Paddy
31c0d26e18
Update CHANGELOG.md
2017-01-25 15:09:41 -08:00
Paddy
54aca85855
Merge pull request #10425 from evandbrown/google-project-templates
...
providers/google: Create and manage Google Cloud Platform Projects
2017-01-25 15:05:17 -08:00
Evan Brown
b9e9e777c8
providers/google: Support managing projects
...
Add support for creating, updating, and deleting projects, as well as
their enabled services and their IAM policies.
Various concessions were made for backwards compatibility, and will be
removed in 0.9 or 0.10.
2017-01-25 14:59:50 -08:00
Clint
560d1e9b49
Update CHANGELOG.md
2017-01-25 15:13:11 -06:00
Clint
c453c6d189
Merge pull request #10953 from Biteable/spot-fleet-terminate
...
only wait for spot fleet instance termination if requested
2017-01-25 15:11:48 -06:00
Mitchell Hashimoto
4a9cafcd67
terraform: expand count on resources during validation
2017-01-25 12:39:08 -08:00
Mitchell Hashimoto
86cbcff962
terraform: fixup a merge issue
...
We forgot to wrap some changes from the old branch into the new style
2017-01-25 12:32:09 -08:00
James Bardin
7b1cd932db
Merge pull request #11415 from hashicorp/jbardin/fix-vendor
...
fix vendor issues for all builds
2017-01-25 15:29:45 -05:00
Mitchell Hashimoto
1427075005
terraform: wip moving validation to new graph
2017-01-25 12:28:07 -08:00
Mitchell Hashimoto
66f6f70cdb
terraform: input graph
2017-01-25 12:28:07 -08:00
James Bardin
be1682d69f
re-add github.com/moul/anonuuid
2017-01-25 14:47:15 -05:00
James Bardin
aa75881ed5
Get missing go-dockerclient files
2017-01-25 14:47:15 -05:00
James Bardin
f3c48ec00c
disable vendor-status in travis for now
2017-01-25 14:47:14 -05:00
James Bardin
964253f139
Manually fix scaleway api package
...
The scaleway api package depends transitively on the gotty-client
package which is broken on solaris. Since it's only imported through the
helpers.go file, and we don't call an functionality in that file, we can
compile without it for now.
2017-01-25 14:47:05 -05:00
James Bardin
1b6abe6f43
downgrade go-dockerclient
...
Downgrade go-dockerclient to before it used the docker packages.
Remove new docker packages from vendor.
Remove gotty client from vendor, which can't build on solaris at all.
2017-01-25 14:18:25 -05:00
James Bardin
53b4fbb058
fix golang.org/x/crypto/curve25519
...
govendor is refusing to add the curve25519.go file to the
golang.org/x/crypto/curve25519 package. Manually add the file for now.
The docker changes will be removed in a subsequent commit.
2017-01-25 14:17:04 -05:00
Jake Champlin
1c805c49b0
provider/aws: Fix RouteTable data source test ( #11410 )
...
Fixes the `TestAccDataSourceAwsRouteTable_main` acceptance test.
```
=== RUN TestAccDataSourceAwsRouteTable_main
--- PASS: TestAccDataSourceAwsRouteTable_main (11.19s)
```
2017-01-25 19:50:37 +02:00
Radek Simko
083f8b29cc
vendor: Add github.com/aws/aws-sdk-go/service/configservice ( #11408 )
2017-01-25 19:50:26 +02:00
Mitchell Hashimoto
f36b8199ab
Update CHANGELOG.md
2017-01-24 17:20:36 -08:00
Mitchell Hashimoto
a74dab836c
Merge pull request #11396 from hashicorp/b-update-hcl
...
vendor update HCL
2017-01-24 17:18:29 -08:00
Mitchell Hashimoto
9a8c3ce753
vendor update HCL
2017-01-24 17:12:02 -08:00
Mitchell Hashimoto
b2fb3b1d0f
terraform: import graph should setup parent refs to providers
...
Fixes #11212
The import graph builder was missing the transform to setup links to
parent providers, so provider inheritance didn't work properly. This
adds that.
This also removes the `PruneProviderTransform` since that has no value
in this graph since we'll never add an unused provider.
2017-01-24 15:36:45 -08:00
Jake Champlin
69552697bf
Merge pull request #11390 from brbbs/master
...
Fix mixed tabs/spaces in newrelic provider docs
2017-01-24 17:46:32 -05:00
Brad Burlage
f074ef15b9
Fix mixed tabs/spaces in newrelic provider docs
2017-01-24 17:13:16 -05:00
Mitchell Hashimoto
f84fd39ef9
command/import: document -var-file and -var is available #11211
2017-01-24 13:02:54 -08:00
Mitchell Hashimoto
290ad37489
terraform: test case for #11282
2017-01-24 12:56:13 -08:00
Clint
27e29420e5
Merge pull request #11385 from misham/patch-1
...
Update documentation for roles attribute for iam_instance_profile
2017-01-24 13:43:32 -06:00
Misha Manulis
2d51677676
Update documentation for roles attribute for iam_instance_profile
...
- When creating an `iam_instance_profile` you will receive an error if you have multiple roles defined but have not increased your AWS limit for the number of roles you can assign to an `iam_instance_profile`.
- See more on defaults: http://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-limits.html
2017-01-24 10:43:33 -08:00
Jake Champlin
439b5507bb
Update CHANGELOG.md
2017-01-24 12:31:13 -05:00
Jake Champlin
dc91285949
Merge pull request #11369 from hashicorp/f-add-suppress-func-db-instance
...
provider/aws: Add diff suppress function for aws_db_instance
2017-01-24 12:30:25 -05:00
Gauthier Wallet
6d026b1893
provider/aws: Added API GW documentation regarding request/response templates ( #11380 )
...
* Added aws_api_gateway_integration request_templates in the documentation
* Added aws_api_gateway_integration_response response_templates in the documentation
2017-01-24 16:06:26 +02:00
Paul Stack
02e72de975
Update CHANGELOG.md
2017-01-24 15:56:06 +02:00
Gauthier Wallet
92d723609e
provider/aws: Added a S3 Bucket domain name attribute ( #10088 )
2017-01-24 15:54:46 +02:00