Joe Topjian
8e78e502be
provider/rabbitmq: rabbitmq_exchange resource
2016-09-01 03:19:17 +00:00
Joe Topjian
b26a6b85ea
provider/rabbitmq: rabbitmq_permissions resource
2016-09-01 03:19:17 +00:00
Joe Topjian
9fea702e99
provider/rabbitmq: rabbitmq_user resource
2016-09-01 03:19:17 +00:00
Joe Topjian
c2469c95f4
provider/rabbitmq: Initial Commit of RabbitMQ Provider
...
Contains provider configuration, a rabbitmq_vhost resource, and
acceptance test.
2016-09-01 03:19:16 +00:00
Clint
771155cea5
provider/aws: Add support for TargetGroups to AutoScaling Groups ( #8327 )
...
* start of ALB support. Waiting for ALB top level to move forward
* initial test
* cleanup
* small docs
* beef up test
2016-08-19 14:07:53 -05:00
Noah Webb
679b063a30
provider/google: changed the format of source_image in autoscaler tests
2016-08-19 14:05:28 -04:00
James Nugent
e4ce708bf9
provider/aws: Add aws_alb_target_group_attachment
2016-08-19 16:12:19 +01:00
James Nugent
b5e0f2e347
Merge pull request #8318 from hashicorp/f-aws-application-lb-rules
...
provider/aws: Add aws_alb_listener_rule resource
2016-08-19 13:24:02 +01:00
James Nugent
e2445497ab
Merge pull request #8319 from hashicorp/aws-route53-cloudwatch-metric
...
provider/aws: Implement support for CloudWatch Metric in `aws_route53_health_check`
2016-08-19 13:09:33 +01:00
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
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
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
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
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
Paul Stack
51f216306f
provider/aws: Implement the `aws_elasticache_replication_group` resource ( #8275 )
2016-08-18 19:42:29 +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
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
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
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
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
David Tolnay
46c858bcbe
provider/aws: Increase timeout for creating IAM role ( #7733 )
2016-08-18 16:27:17 +01:00
KOJIMA Kazunori
23d2ae3740
provider/aws: Support import of `aws_s3_bucket` ( #8262 )
2016-08-18 16:01:20 +01:00
Lars Wander
23ab7ee6bb
Merge pull request #8147 from nwwebb/import-instance-template
...
provider/google: Support Import of 'google_compute_instance_template'
2016-08-18 10:30:46 -04:00
Lars Wander
d855de4237
Merge pull request #8236 from nwwebb/import-firewall
...
provider/google: Support Import of 'google_compute_firewall'
2016-08-18 10:29:20 -04:00
Dennis Webb
8c10720a22
adding final-snapshot status to resourceAwsRedshiftClusterDelete ( #8270 )
2016-08-18 15:23:47 +01:00
Kristinn Örn Sigurðsson
7f096a677f
provider/azurerm: Public IP - Setting idle timeout value caused panic. ( #8283 )
...
Setting the idle_timeout_in_minutes value of the azurerm_public_ip
resource always caused a panic.
This fixes it and adds a test to actually test that particular
attribute.
2016-08-18 14:05:14 +01:00
Ryan Uber
ec7fc60d5f
Adds consul_prepared_query resource ( #7474 )
...
* provider/consul: first stab at adding prepared query support
* provider/consul: flatten pq resource
* provider/consul: implement updates for PQ's
* provider/consul: implement PQ delete
* provider/consul: add acceptance tests for prepared queries
* provider/consul: add template support to PQ's
* provider/consul: use substructures to express optional related components for PQs
* website: first pass at consul prepared query docs
* provider/consul: PQ's support datacenter option and store_token option
* provider/consul: remove store_token on PQ's for now
* provider/consul: allow specifying a separate stored_token
* website: update consul PQ docs
* website: add link to consul_prepared_query resource
* vendor: update github.com/hashicorp/consul/api
* provider/consul: handle 404's when reading prepared queries
* provider/consul: prepared query failover dcs is a list
* website: update consul PQ example usage
* website: re-order arguments for consul prepared queries
2016-08-18 08:46:30 +01:00
James Nugent
f5f31542bb
Merge pull request #8254 from hashicorp/f-aws-application-lb
...
provider/aws: Initial support for Application Load Balancers
2016-08-17 16:05:51 +01:00
Mitchell Hashimoto
866a40c2da
Merge pull request #8251 from wowgroup/GH-8230
...
mysql_user pre-5.7.6 compat (fixes GH-8230)
2016-08-17 07:55:37 -07:00
James Nugent
531a976306
provider/aws: Add aws_alb_target_group resource
...
This commit adds a resource, acceptance tests and documentation for the
Target Groups for Application Load Balancers.
This is the second in a series of commits to fully support the new
resources necessary for Application Load Balancers.
2016-08-17 15:48:16 +01:00
James Nugent
0b421b6998
provider/aws: Add `aws_alb` resource
...
This commit adds a resource, acceptance tests and documentation for the
new Application Load Balancer (aws_alb). We choose to use the name alb
over the package name, elbv2, in order to avoid confusion.
This is the first in a series of commits to fully support the new
resources necessary for Application Load Balancers.
2016-08-17 15:48:06 +01:00
Radek Simko
cba09ae804
provider/aws: Update expected hash of Lambda ZIP files ( #8258 )
2016-08-17 15:45:35 +01:00
James Nugent
ebdfe76530
provider/aws: Add ELBv2 to AWS config
2016-08-17 13:55:18 +01:00
protomouse
ae587bf221
mysql_user pre-5.7.6 compat (GH-8230)
2016-08-17 14:38:33 +02:00
Radek Simko
523627ba24
Merge pull request #8239 from TimeIncOSS/f-aws-r53-zone-force-destroy
...
provider/aws: Add force_destroy option to aws_route53_zone
2016-08-17 07:10:00 +01:00
Radek Simko
7433be5b4c
aws: Make EFS MT creation fail for 2+ targets per AZ ( #8205 )
2016-08-17 07:07:54 +01:00
Mitchell Hashimoto
e6d1e77a9a
Fix vet errors found with Go 1.7
2016-08-16 18:03:22 -07:00