stack72
116d70dccb
provider/aws: Removal of test for changes as it forces a new resource
2016-09-12 10:54:15 +01:00
stack72
229f2698ce
Merge branch '6973-codecommit-trigger' of https://github.com/optimisticanshul/terraform into optimisticanshul-6973-codecommit-trigger
2016-09-12 10:44:32 +01:00
stack72
20ad3e0b2f
provider/aws: Allow `aws_alb` to have the name auto-generated
...
In order to satisify scenarios where a lifecycle is block is used, we
would need the AWS ALB name field to be autogenerated. WE follow the
same work as AWS ELB, we prefix it with `tl-lb-`
```
% make testacc TEST=./builtin/providers/aws TESTARGS='-run=TestAccAWSALB_'
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /terraform/vendor/)
2016/09/08 12:43:40 Generated command/internal_plugin_list.go
TF_ACC=1 go test ./builtin/providers/aws -v -run=TestAccAWSALB_ -timeout
120m
=== RUN TestAccAWSALB_basic
--- PASS: TestAccAWSALB_basic (79.81s)
=== RUN TestAccAWSALB_generatedName
--- PASS: TestAccAWSALB_generatedName (93.81s)
=== RUN TestAccAWSALB_namePrefix
--- PASS: TestAccAWSALB_namePrefix (73.48s)
=== RUN TestAccAWSALB_tags
--- PASS: TestAccAWSALB_tags (181.32s)
=== RUN TestAccAWSALB_noSecurityGroup
--- PASS: TestAccAWSALB_noSecurityGroup (66.03s)
=== RUN TestAccAWSALB_accesslogs
--- PASS: TestAccAWSALB_accesslogs (130.82s)
PASS
ok github.com/hashicorp/terraform/builtin/providers/aws 625.285s
```
2016-09-12 10:38:13 +01:00
Radek Simko
46d5d51ad6
provider/aws: Add API Gateway Client Certificate
2016-09-12 10:09:47 +01:00
Paul Stack
43fa322d9b
Update CHANGELOG.md
2016-09-12 09:50:42 +01:00
Paul Stack
6cf1fdf980
Merge pull request #8675 from hashicorp/b-aws-kms-key-policy
...
provider/aws: Support Policy DiffSuppression in `aws_kms_key` policy
2016-09-12 09:50:09 +01:00
Anshul Sharma
2d57e71c01
Remove Unused Log From CodeCommit Trigger Test
2016-09-12 14:15:53 +05:30
stack72
806c000dbb
provider/aws: Support Policy DiffSuppression in `aws_kms_key` policy
...
Fixes #7495
```
% make testacc TEST=./builtin/providers/aws TESTARGS='-run=TestAccAWSKmsKey_policy'
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /terraform/vendor/)
2016/09/06 10:44:20 Generated command/internal_plugin_list.go
TF_ACC=1 go test ./builtin/providers/aws -v -run=TestAccAWSKmsKey_policy
-timeout 120m
=== RUN TestAccAWSKmsKey_importBasic
--- PASS: TestAccAWSKmsKey_importBasic (166.19s)
=== RUN TestAccAWSKmsKey_basic
--- PASS: TestAccAWSKmsKey_basic (215.33s)
=== RUN TestAccAWSKmsKey_policy
--- PASS: TestAccAWSKmsKey_policy (116.81s)
=== RUN TestAccAWSKmsKey_isEnabled
--- PASS: TestAccAWSKmsKey_isEnabled (1008.31s)
PASS
ok github.com/hashicorp/terraform/builtin/providers/aws
1689.957s
```
2016-09-12 09:44:07 +01:00
Paul Stack
04e675c663
Merge pull request #8779 from TimeIncOSS/docs-fix-misspellings
...
docs: Fix misspelled words
2016-09-12 09:41:26 +01:00
Paul Stack
578e0eb04d
Merge pull request #8780 from TimeIncOSS/f-aws-misspell
...
provider/aws: Fix misspelled words
2016-09-12 09:41:13 +01:00
Sander van Harmelen
3b727ad7e0
Update CHANGELOG.md
2016-09-12 10:35:33 +02:00
Sander van Harmelen
d2d27923df
provider/cloudstack: fix vpc renaming ( #8784 )
...
* fixed vpc rename bug
* Tweak the suggested fix
There was an assertion error in the fix, and after discussing we felt it was better to split the two changes to make them independant.
2016-09-12 10:30:45 +02:00
Radek Simko
94b37e4b9c
Update CHANGELOG.md
2016-09-12 07:32:02 +01:00
Anshul Sharma
7150bafb84
Remove Region Condition From CodeCommit Repo Resource ( #8778 )
2016-09-12 07:30:46 +01:00
Radek Simko
2ad84a51df
provider/aws: Fix misspelled words
2016-09-12 07:23:34 +01:00
Radek Simko
43de2afde1
docs: Fix misspelled words
2016-09-12 07:08:00 +01:00
Anshul Sharma
497063af3e
Added Codecommit Trigger
2016-09-12 10:17:04 +05:30
Radek Simko
068585bdba
Update CHANGELOG.md
2016-09-11 19:29:59 +01:00
Paul Stack
f993b726b0
provider/aws: `aws_db_instance` unexpected state when configurating ( #8707 )
...
enhanced monitoring
Fixes #8699
When configuring enhanced monitoring, a user got the following error:
```
* aws_db_instance.db: unexpected state 'configuring-enhanced-monitoring',
wanted target '[available]'``
We have added this to the list of pending states we have when creating
and updating an RDS instance
2016-09-11 19:29:23 +01:00
Radek Simko
774817255f
Update CHANGELOG.md
2016-09-11 19:14:42 +01:00
Steve Hoeksema
1d04cdb9bc
Export AWS ELB service account ARN ( #8700 )
2016-09-11 19:13:58 +01:00
Colin Wood
453ac9bb3d
Refactor of username -> owner
2016-09-09 12:13:45 -07:00
Colin Wood
49f0c2e917
Add acceptence test for default reviews and hook
2016-09-09 12:09:07 -07:00
Paul Stack
291f298535
Merge pull request #8737 from hashicorp/aws-bump-sdk-1.4.7
...
Bump AWS SDK version to 1.4.7
2016-09-09 11:40:07 +01:00
Colin Wood
9e85fdbd1d
Initial acceptence test for hooks
2016-09-08 12:57:12 -07:00
Colin Wood
60351421da
Test delition of repository
2016-09-08 12:42:40 -07:00
Colin Wood
32b5493e57
Initial Acceptence test for repository
2016-09-08 12:27:29 -07:00
stack72
109152bd7d
Bump AWS SDK version to 1.4.7
2016-09-08 15:24:31 +01:00
Radek Simko
f446c66286
Update CHANGELOG.md
2016-09-08 13:24:37 +01:00
Paul Stack
1bd964b516
Merge pull request #8731 from TimeIncOSS/b-fix-aws-validation-crash
...
provider/aws: Prevent crash on account ID validation
2016-09-08 12:49:55 +01:00
Radek Simko
3e3043adf4
provider/aws: Prevent crash on account ID validation
2016-09-08 11:46:18 +01:00
Paul Stack
02a80496d9
Merge pull request #8726 from cblecker/providers-doc-fix
...
Reword "Multiple Provider Instances" documentation
2016-09-08 08:45:06 +01:00
Paul Stack
6d22bc0dea
Merge pull request #8722 from JohnDittmar/patch-1
...
typo consul catalog entry example
2016-09-08 08:44:11 +01:00
Christoph Blecker
c3ab4a1352
Reword "Multiple Provider Instances" documentation
...
Fixes #8702 .
2016-09-07 20:55:03 -07:00
John Dittmar
ddc8f21edc
typo consul catalog entry example
...
In the consul catalog entry example `name` was specified in the root of the resource rather than the key `node` which is the actual required key-name.
2016-09-07 19:04:18 -05:00
Evan Brown
926acfd082
Merge pull request #8092 from evandbrown/google-iam-resource
...
providers/google: Support IAM permissions for GCP projects
2016-09-07 15:51:57 -07:00
stack72
d81cbdb4fb
provider/aws: Add support for `cloudwatch_logging_options` to AWS
...
Kinesis Firehose Delivery Streams
Fixes #7152
Adding support for CloudWatch Logging to Firehose as per the
instructions here -
http://docs.aws.amazon.com/firehose/latest/dev/monitoring-with-cloudwatch-logs.html
```
```
2016-09-07 23:29:08 +01:00
Evan Brown
262661a05f
providers/google: Add documentation for google_iam_policy resource
2016-09-07 13:35:33 -07:00
Evan Brown
bb7b8c875e
providers/google: Add acceptance tests for Project IAM
2016-09-07 13:35:33 -07:00
Evan Brown
8520cd7fe4
providers/google: Allow IAM policy removal from project
2016-09-07 13:35:33 -07:00
Evan Brown
4cdb064e16
WIP: providers/google: Support IAM permissions for GCP projects
...
This change adds a data source to allow declaring IAM policies, as well as a
new resource to represent an existing GCP project. The project resource may
reference an IAM policy, allowing a user to set project-wide permissions.
2016-09-07 13:35:33 -07:00
Evan Brown
daa360a029
vendor: Add Google IAM and CloudResourceManager packages
2016-09-07 13:35:33 -07:00
Paul Stack
f257895d67
Update CHANGELOG.md
2016-09-07 10:05:36 +01:00
Paul Stack
91ade752a0
Merge pull request #8689 from erutherford/master
...
adding missing failed states for the NAT Gateways
2016-09-07 10:04:07 +01:00
Paul Stack
9c21a91043
Update CHANGELOG.md
2016-09-07 09:32:44 +01:00
Paul Stack
de53db01b9
Merge pull request #8653 from TimeIncOSS/f-aws-lambda-publish
...
provider/aws: Support 'publish' attribute in lambda_function
2016-09-07 09:32:01 +01:00
Paul Stack
7a7ef76672
Merge pull request #8704 from sjourdan/patch-1
...
fix typo in local-exec provisioner documentation
2016-09-07 08:51:49 +01:00
Stephane Jourdan
8a355a2059
fix typo
2016-09-07 09:16:50 +02:00
Eric Rutherford
2cca48a829
switch to go way of checking for key existence so that go doesn't crash when the value doesn't exist
2016-09-06 20:57:10 -05:00
Paul Stack
ed45a3d012
Merge pull request #8691 from tpounds/cleanup-state-comments
...
Cleanup inaccurate state structure comments.
2016-09-06 21:24:11 +01:00