Jake Champlin
191bb15830
provider/aws: Fix S3BucketPolicy Acceptance Tests
...
Fixes AwsS3BucketPolicy Acceptance Tests to match policy document changes from upstream.
```
$ make testacc TEST=./builtin/providers/aws TESTARGS='-run=TestAccAWSS3BucketPolicy'
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /terraform/vendor/)
2017/01/20 11:55:23 Generated command/internal_plugin_list.go
TF_ACC=1 go test ./builtin/providers/aws -v -run=TestAccAWSS3BucketPolicy -timeout 120m
=== RUN TestAccAWSS3BucketPolicy_basic
--- PASS: TestAccAWSS3BucketPolicy_basic (33.64s)
=== RUN TestAccAWSS3BucketPolicy_policyUpdate
--- PASS: TestAccAWSS3BucketPolicy_policyUpdate (61.91s)
PASS
ok github.com/hashicorp/terraform/builtin/providers/aws 95.591s
```
2017-01-20 11:58:15 -05:00
James Bardin
7f6f11b9f2
Add vendor-status make target
...
Have vendor-status run govendor-status
Add all the missing .PHONY targets
2017-01-20 11:57:23 -05:00
James Bardin
daa2b78a9c
need to add the files too
2017-01-20 10:59:14 -05:00
James Bardin
12797498bc
Add some more missing deps
...
These needed to be added properly to vendor
2017-01-20 10:24:40 -05:00
Radek Simko
be4e5e53a9
Add more details (Retries) to resource.NotFoundError
2017-01-20 07:08:30 -08:00
Jake Champlin
be45816c80
documentation: Add warning for pathexpand interpolation function
...
Note that the `pathexpand` interpolation function could cause an unwanted diff on two different hosts
2017-01-20 09:51:25 -05:00
Radek Simko
acd2b247b4
provider/aws: Wait until ALB is provisioned
2017-01-20 06:50:50 -08:00
James Bardin
4e1b146ac2
remove google.golang.org/cloud
...
It's not used, and wasn't the correct import path
2017-01-20 09:37:27 -05:00
James Bardin
bf1bac3a76
remove old deps files
2017-01-20 09:28:35 -05:00
James Bardin
63dca96028
update github.com/fsouza/go-dockerclient
...
That package was long out of date, but being held back by govendor
because it's pre-vendoring "external" folder was listed in vendor.json
but has since been removed from the repo.
2017-01-20 09:14:21 -05:00
Paul Stack
2c70855782
Update CHANGELOG.md
2017-01-20 14:12:44 +00:00
Calum Lacroix
ceccdb827a
vSphere Provider: If we only have one networkInterface, deviceID should ( #8276 )
...
be 0 to ensure that it selects the first element of the
networkInterfaces array.
2017-01-20 14:11:24 +00:00
Paul Stack
0cfda8fb17
Update CHANGELOG.md
2017-01-20 14:06:09 +00:00
Peter McAtominey
d2047d714e
provisioner/remote-exec: fail on first inline script with bad exit code ( #11155 )
...
The provisioner collected all inline commands into a single script which meant
only the exit code of the last command was actually checked for an error.
2017-01-20 14:04:43 +00:00
Paul Stack
2f520c0e64
Update CHANGELOG.md
2017-01-20 14:01:18 +00:00
Dylan Vaughn
2aca4a4d99
provider/aws: CloudFormation YAML template support ( #11121 )
2017-01-20 14:00:32 +00:00
Paul Stack
e4c363d26f
Update CHANGELOG.md
2017-01-20 13:22:21 +00:00
Paul Stack
f8a3564065
provider/aws: Add DataSource to get a list of Autoscaling groups in a ( #11303 )
...
region
2017-01-20 13:21:12 +00:00
Christoph Blecker
651b0bf7c7
Update travis for go1.8rc2 ( #11297 )
2017-01-20 11:13:38 +00:00
Mitchell Hashimoto
928fce71f7
config: parse "when" and "on_failure" on provisioners
2017-01-19 18:10:21 -08:00
Ben Slusky
e3b20c3508
Basic authentication for HTTP remote state backend
2017-01-19 21:01:50 -05:00
James Bardin
0ca492691a
revert mapstructure to the commit listed in master
2017-01-19 20:18:33 -05:00
James Bardin
cfa299d2ee
Update deps in unknown state and rever nomad
...
Nomad was manually updated, so revert that to the version in master,
remove it from vendor.json and add it to the ignore list.
Update all packages that were in an unknown state to their latest master
commits.
2017-01-19 20:10:17 -05:00
Jake Champlin
5276496e6d
provider/aws: Update ECS task_definition and service
...
Updates ECS task_definition documentation, and schema validation functions to match the AWS API documentation.
Updates ECS service documentation, and schema validation functions match the AWS API documentation.
2017-01-19 17:54:52 -05:00
clint shryock
6d4f4007fe
restore lambdasethash, include in cache behavior id hash, and document (including limits)
2017-01-19 15:53:52 -06:00
James Bardin
b6bbdef69c
fix github.com/apparentlymart/go-grafana-api
2017-01-19 14:27:07 -05:00
James Bardin
a0b70b0ec7
Sync the vendor folder with the manifest
...
A number of PRs have come through which modified the vendor folder
without recording the proper information. This resets everything back to
the recorded version.
2017-01-19 14:10:52 -05:00
Jake Champlin
570af34f0f
Update CHANGELOG.md
2017-01-19 12:15:43 -05:00
Paul Stack
798bf60ef9
command/plugin_list: Adding Alicloud to the plugin list file ( #11292 )
2017-01-19 17:01:14 +00:00
clint shryock
5400f7c68e
fix hash problem
2017-01-19 09:28:49 -06:00
clint shryock
2cf64ef72c
tweaks to restore TypeSet functionality
2017-01-19 09:22:02 -06:00
tpoindessous
fa87945fac
Additionnal information for machine type ( #11288 )
...
Additionnal information for machine type, which is the new name of "tiers".
2017-01-19 14:41:06 +00:00
Paul Stack
128af891ca
provider/alicloud: Creating the necessary structure for the alicloud documentation ( #11289 )
2017-01-19 14:40:01 +00:00
Jake Champlin
5749217869
Merge pull request #11277 from hashicorp/f-add-tilde-expansion
...
core: Add pathexpand interpolation function
2017-01-19 09:35:33 -05:00
Paul Stack
9826e4584c
Update CHANGELOG.md
2017-01-19 14:09:52 +00:00
wangyue
fb8ef9f0f0
update alicloud provider ( #11235 )
2017-01-19 14:08:56 +00:00
Sander van Harmelen
bae907566d
Update CHANGELOG.md
2017-01-19 09:05:28 +01:00
Kyle Persohn
b300cac97b
provisioner/chef: Support named run-lists for Policyfiles ( #11215 )
...
* provisioner/chef: Support named run-lists for Policyfiles
Add an optional argument for overriding the Chef Client's initial
run with a named run-list specified by the Policyfile. This is useful
for bootstrapping a node with a one-time setup recipe that deviates
from a policy's normal run-list.
* Update chef client cmd building per review feedback.
2017-01-19 09:03:45 +01:00
Jake Champlin
998155f1b2
Merge pull request #11284 from jagregory/patch-2
...
Correct data.aws_route_table filter AWS docs link
2017-01-18 22:42:38 -05:00
James Gregory
17a9d5f8f2
Correct data.aws_route_table filter AWS docs link
2017-01-19 14:22:01 +11:00
Jake Champlin
475bec4c5a
Update CHANGELOG.md
2017-01-18 18:31:58 -05:00
Jake Champlin
de80ebd073
Merge pull request #11272 from hashicorp/f-add-instance-datasource
...
provider/aws: Add aws_instance data source
2017-01-18 18:30:49 -05:00
Paul Stack
bf27a8a215
Update CHANGELOG.md
2017-01-18 23:11:47 +00:00
Zach Gershman
df027d9e3c
removes region param from google_compute_backend_service ( #10903 )
...
* removes region param from backend_service
- this param was not being used in this service
- you need a regional_backend_service if you want to pass this
* deprecated region instead of outright removing
* put session affinity formatting back
2017-01-18 23:10:43 +00:00
Jake Champlin
0b73b92830
core: Add pathexpand interpolation function
...
Adds the `pathexpand` interpolation function to allow users to expand `~` to the home directory in filepath strings.
2017-01-18 16:11:19 -05:00
Dana Hoffman
e58454a43e
Update CHANGELOG.md
2017-01-18 11:53:08 -08:00
Jake Champlin
c99bc8a807
Add instance_tags as an additional filter
2017-01-18 13:14:49 -05:00
Dana Hoffman
6558224de1
Merge pull request #11018 from unguiculus/feature/additional_zones
...
provider/google: [GKE] Allow additional zones to be configured
2017-01-18 10:10:13 -08:00
Dana Hoffman
006e9b1b3c
Merge pull request #11228 from cblecker/rbs-sessionaffinity
...
provider/google: Add support for session_affinity to google_compute_region_backend_service
2017-01-18 10:06:02 -08:00
Jake Champlin
9cbd67dd0b
provider/aws: Add aws_instance data source
...
Adds the `aws_instance` data source, tests, and documentation.
```
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /terraform/vendor/)
2017/01/18 11:49:09 Generated command/internal_plugin_list.go
TF_ACC=1 go test ./builtin/providers/aws -v -run=TestAccAWSInstanceDataSource -timeout 120m
=== RUN TestAccAWSInstanceDataSource_basic
--- PASS: TestAccAWSInstanceDataSource_basic (106.24s)
=== RUN TestAccAWSInstanceDataSource_AzUserData
--- PASS: TestAccAWSInstanceDataSource_AzUserData (108.52s)
=== RUN TestAccAWSInstanceDataSource_gp2IopsDevice
--- PASS: TestAccAWSInstanceDataSource_gp2IopsDevice (80.71s)
=== RUN TestAccAWSInstanceDataSource_blockDevices
--- PASS: TestAccAWSInstanceDataSource_blockDevices (94.07s)
=== RUN TestAccAWSInstanceDataSource_rootInstanceStore
--- PASS: TestAccAWSInstanceDataSource_rootInstanceStore (95.17s)
=== RUN TestAccAWSInstanceDataSource_privateIP
--- PASS: TestAccAWSInstanceDataSource_privateIP (241.75s)
=== RUN TestAccAWSInstanceDataSource_keyPair
--- PASS: TestAccAWSInstanceDataSource_keyPair (208.77s)
=== RUN TestAccAWSInstanceDataSource_VPC
--- PASS: TestAccAWSInstanceDataSource_VPC (109.89s)
=== RUN TestAccAWSInstanceDataSource_SecurityGroups
--- PASS: TestAccAWSInstanceDataSource_SecurityGroups (118.66s)
=== RUN TestAccAWSInstanceDataSource_VPCSecurityGroups
--- PASS: TestAccAWSInstanceDataSource_VPCSecurityGroups (136.79s)
PASS
ok github.com/hashicorp/terraform/builtin/providers/aws 1300.625s
```
2017-01-18 12:19:44 -05:00