James Nugent
417b98bafb
provider/aws: Add aws_alb_listener_rule resource
...
This commit adds the aws_alb_listener_rule resource along with
acceptance tests and documentation.
2016-08-19 13:07:20 +01:00
stack72
da5abccfd9
provider/aws: Implement support for CloudWatch Metric in
...
`aws_route53_health_check`
fixes #7830
```
% make testacc TEST=./builtin/providers/aws
% TESTARGS='-run=TestAccAWSRoute53HealthCheck_' ✚
==> Checking that code complies with gofmt requirements...
/Users/stacko/Code/go/bin/stringer
go generate $(go list ./... | grep -v /terraform/vendor/)
2016/08/19 12:58:00 Generated command/internal_plugin_list.go
TF_ACC=1 go test ./builtin/providers/aws -v
-run=TestAccAWSRoute53HealthCheck_ -timeout 120m
=== RUN TestAccAWSRoute53HealthCheck_importBasic
--- PASS: TestAccAWSRoute53HealthCheck_importBasic (20.03s)
=== RUN TestAccAWSRoute53HealthCheck_basic
--- PASS: TestAccAWSRoute53HealthCheck_basic (31.42s)
=== RUN TestAccAWSRoute53HealthCheck_withChildHealthChecks
--- PASS: TestAccAWSRoute53HealthCheck_withChildHealthChecks (26.88s)
=== RUN TestAccAWSRoute53HealthCheck_IpConfig
--- PASS: TestAccAWSRoute53HealthCheck_IpConfig (30.27s)
=== RUN TestAccAWSRoute53HealthCheck_CloudWatchAlarmCheck
--- PASS: TestAccAWSRoute53HealthCheck_CloudWatchAlarmCheck (26.08s)
PASS
ok github.com/hashicorp/terraform/builtin/providers/aws 134.692s
```
2016-08-19 13:00:45 +01:00
Paul Stack
b5a44dec58
Update CHANGELOG.md
2016-08-19 11:21:21 +01:00
Krzysztof Wilczynski
5df0b08e86
Add ability to set peering options in aws_vpc_peering_connection. ( #8310 )
...
This commit adds two optional blocks called "accepter" and "requester" to the
resource allowing for setting desired VPC Peering Connection options for VPCs
that participate in the VPC peering.
Signed-off-by: Krzysztof Wilczynski <krzysztof.wilczynski@linux.com>
2016-08-19 11:19:49 +01:00
Radek Simko
73f0c47915
aws/docs: Add example of aws_alb_target_group ( #8311 )
2016-08-19 09:13:39 +01:00
Radek Simko
4c47e0dc37
docs/aws: Fix example of aws_redshift_service_account ( #8313 )
2016-08-19 09:09:48 +01:00
kyhavlov
dd33357fbb
docs: Fix example for docker_registry_image ( #8308 )
2016-08-19 07:40:50 +01:00
Mitchell Hashimoto
9d41100c13
Merge pull request #8267 from ChrisMcKenzie/patch-1
...
Document credentials variable and env var for gcs remote state
2016-08-18 23:34:45 -04:00
Mitchell Hashimoto
e529df1255
Merge pull request #8307 from cblecker/google/acctest-image-update
...
provider/google: Update Acceptance Tests to use Debian 8
2016-08-18 23:22:01 -04:00
Mitchell Hashimoto
13cf04b2b7
providers/aws: fix error on bad session
2016-08-18 22:35:48 -04:00
Christoph Blecker
a9cc6e2838
Update Google TestAcc to use Debian 8 images
2016-08-18 19:31:45 -07:00
Christoph Blecker
e5ba2cb76f
Fix AccTest for Autoscaler
2016-08-18 19:21:48 -07:00
Christoph Blecker
20ca61a88a
Update docs to use GCP Image Families
2016-08-18 17:23:15 -07:00
James Nugent
460aa76e00
Merge pull request #8305 from hashicorp/b-remote-state-docs
...
docs: Remove output from `terraform_remote_state`
2016-08-19 00:58:16 +01:00
James Nugent
76910c15d6
docs: Remove output from `terraform_remote_state`
...
Fixes #8296 .
2016-08-19 00:50:43 +01:00
Mitchell Hashimoto
3b3f92cd9b
terraform: fix some test failures on state add with multiple modules
2016-08-18 17:39:07 -04:00
Mitchell Hashimoto
3892cc4e91
terraform: fix state add with multiple ModuleStates
2016-08-18 17:13:53 -04:00
Martin Atkins
0007346a33
Merge: #8300 : Correct spelling of "certificate" in tls provider docs
2016-08-18 13:46:38 -07:00
Lars Wander
89193badc4
Update CHANGELOG.md
2016-08-18 16:41:49 -04:00
Jarrod Jackson
98cc77c57a
Correct spelling of the word certificate.
2016-08-18 14:38:00 -06:00
James Nugent
4f8e31d8ab
Update CHANGELOG.md
2016-08-18 21:23:49 +01:00
James Nugent
56907d9931
Merge pull request #8268 from hashicorp/f-aws-application-lb-listener
...
provider/aws: Add aws_alb_listener resource
2016-08-18 21:18:35 +01:00
Lars Wander
0a0437ac7f
Merge pull request #8298 from nwwebb/import-instance-group-manager
...
provider/google: Support Import of 'google_compute_instance_group_manager'
2016-08-18 15:36:03 -04:00
Paul Stack
09de4f82ce
provider/aws: `aws_elasticache_replication_groups` only support Redis ( #8297 )
...
* provider/aws: `aws_elasticache_replication_groups` only support Redis
therefore, making our users add `engine = redis` to the configuration
felt wasted
* Update resource_aws_elasticache_replication_group.go
* Update resource_aws_elasticache_replication_group.go
* Update resource_aws_elasticache_replication_group.go
* Update resource_aws_elasticache_replication_group_test.go
* Update resource_aws_elasticache_replication_group_test.go
* Update resource_aws_elasticache_replication_group.go
2016-08-18 20:30:12 +01:00
Noah Webb
da1cf0d836
provider/google: Support Import of'google_compute_instance_group_manager'
2016-08-18 15:13:52 -04:00
Mitchell Hashimoto
c8a9c068a2
update CHANGELOG
2016-08-18 15:12:24 -04:00
Mitchell Hashimoto
129edc5676
update HIL dep for #7701 #5672
2016-08-18 15:12:24 -04:00
Paul Hinze
787ab97691
provider/google: add test case for GH-4222
...
Reproduces a non-empty plan that is now fixed after the bugfix for that
issue landed.
2016-08-18 15:08:50 -04:00
Mitchell Hashimoto
a44c8b8760
terraform: state mv tests
2016-08-18 15:05:42 -04:00
Paul Stack
4897a29c17
Update CHANGELOG.md
2016-08-18 19:43:49 +01:00
Paul Stack
51f216306f
provider/aws: Implement the `aws_elasticache_replication_group` resource ( #8275 )
2016-08-18 19:42:29 +01:00
Dan Norris
c61f04c89d
docs/remote_state: Update docs to use data instead of resource ( #8293 )
2016-08-18 19:38:34 +01:00
Lars Wander
8d8b186cc3
Merge pull request #8292 from nwwebb/import-target-pool
...
provider/google: Changed instances to a computed property of 'google_compute_target_pool'
2016-08-18 14:16:09 -04:00
James Nugent
e38d41b7a7
provider/aws: Add `arn` fields to ALB resources
...
This commit adds an `arn` field to `aws_alb` and `aws_alb_target_group`
resources, in order to present a more coherant user experience to people
using resource variables in fields suffixed "arn".
2016-08-18 18:54:39 +01:00
James Nugent
59f66eca02
provider/aws: Add aws_alb_listener resource
...
This commit adds the `aws_alb_listener` resource and associated
acceptance tests and documentation.
2016-08-18 18:49:44 +01:00
Paul Stack
ff0d9aff76
docs/aws: Update documentation example to remove \ from bucket prefix ( #8289 )
2016-08-18 18:44:19 +01:00
Noah Webb
0f1561ba71
provider/google: Made instances a computed property of 'google_compute_target_pool'
2016-08-18 13:29:00 -04:00
Raphael Randschau
9a70bfa977
provider/archiver fix test output path breaking other tests ( #8291 )
...
* provider/archive: grant more permissions for output directories
* provider/archive: place test output in temp dir
we don't want to pollute terraform source folders…
2016-08-18 18:11:19 +01:00
Lars Wander
20ed831060
Update CHANGELOG.md
2016-08-18 12:56:54 -04:00
Lars Wander
7b898b8f95
Merge pull request #8290 from lwander/b-gcp-sql-instance-auth-networks
...
provider/google: Correct update process for auth nets in sql instance
2016-08-18 12:56:06 -04:00
Lars Wander
5547e8cb37
provider/google: Correct update process for auth nets in sql instance
2016-08-18 12:01:38 -04:00
Paul Stack
2f0bc1c967
Update CHANGELOG.md
2016-08-18 16:55:25 +01:00
Otto Jongerius
245e211b00
provider/datadog: Allow `tags` to be configured for monitor resources. ( #8284 )
2016-08-18 16:54:44 +01:00
James Nugent
d7e9a2ecf2
provider/aws: Set aws_alb security_groups computed ( #8269 )
...
This commit fixes #8264 by making the security_groups attribute on
aws_alb resources computed, allowing the default security group assigned
by AWS to not generate perpetual plans forcing new resources.
2016-08-18 16:52:29 +01:00
Radek Simko
b2a3104118
provider/aws: Explain better why we retry IAM role creation ( #8286 )
2016-08-18 16:43:40 +01:00
Paul Stack
6990db497a
Update CHANGELOG.md
2016-08-18 16:36:49 +01:00
Raphael Randschau
cb491c408e
provider/archive support folders in output_path ( #8278 )
...
* provider/archive: use output_path instead of FileInfo
FileInfo.Name() returns the basename of the output path, which forces you to
never place archives in subdirectories
* provider/archive: add test for subdirectory output_path
* provider/archive: camelCase output_path variable
2016-08-18 16:36:27 +01:00
Radek Simko
faf0939d68
Update CHANGELOG.md
2016-08-18 16:28:14 +01:00
David Tolnay
46c858bcbe
provider/aws: Increase timeout for creating IAM role ( #7733 )
2016-08-18 16:27:17 +01:00
Federico Ceratto
5bc8736dc8
Add allowed_address_pairs
...
Original code from Rob Wilson <roobert@gmail.com>
2016-08-18 16:23:01 +01:00