ndouba
fd9ee32bd1
typo fix ( #8656 )
2016-09-05 07:17:12 +01:00
Paul Stack
33ef9e2bb6
Update CHANGELOG.md
2016-09-04 20:47:53 +02:00
Paul Stack
04c16b8ff1
Merge pull request #8654 from TimeIncOSS/f-aws-sns-policy
...
provider/aws: Add aws_sns_topic_policy
2016-09-04 21:47:15 +03:00
Paul Stack
c36b05c740
Merge pull request #8652 from TimeIncOSS/b-aws-lambda-tests-fix
...
provider/aws: Fix Lambda acceptance tests
2016-09-04 21:43:00 +03:00
Radek Simko
c1178967b0
provider/aws: Add aws_sns_topic_policy
2016-09-04 18:34:24 +01:00
Radek Simko
a834c26037
provider/aws: Fix Lambda acceptance tests
2016-09-04 13:10:13 +01:00
Paul Stack
7694c78f9b
Merge pull request #8651 from hashicorp/reandomize-aws-db-instance-test
...
provider/aws: Randomize the `aws_db_instance` enhanced monitoring test names
2016-09-04 12:59:37 +03:00
stack72
fbbcd6be74
provider/aws: Randomize the `aws_db_instance` enhanced monitoring test
...
names
```
% make testacc TEST=./builtin/providers/aws
% TESTARGS='-run=TestAccAWSDBInstance_enhancedMonitoring'
% ✹
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /terraform/vendor/)
2016/09/04 12:23:49 Generated command/internal_plugin_list.go
TF_ACC=1 go test ./builtin/providers/aws -v
-run=TestAccAWSDBInstance_enhancedMonitoring -timeout 120m
=== RUN TestAccAWSDBInstance_enhancedMonitoring
--- PASS: TestAccAWSDBInstance_enhancedMonitoring (1535.00s)
PASS
ok github.com/hashicorp/terraform/builtin/providers/aws
1535.018s
```
2016-09-04 12:50:50 +03:00
Paul Stack
09d6d2cf3a
Update CHANGELOG.md
2016-09-04 02:17:34 +03:00
Paul Stack
b82903288d
Merge pull request #5606 from TimeIncOSS/b-cloudformation-fixes
...
provider/aws: Handle all kinds of CloudFormation stack failures
2016-09-04 02:17:08 +03:00
James Nugent
74e5fe9fc5
Update CHANGELOG.md
2016-09-03 16:16:57 -07:00
Paul Stack
fb769f2f29
Update CHANGELOG.md
2016-09-04 02:09:33 +03:00
stack72
e3e4b6c2ac
Merge branch 'master' of github.com:hashicorp/terraform
2016-09-04 02:08:42 +03:00
stack72
a04c7aba95
Merge branch 'pcarrier-pcarrier/aws_autoscaling_group_can_have_initial_lifecycle_hooks'
2016-09-04 02:08:28 +03:00
stack72
7dd7078b82
Merge branch 'pcarrier/aws_autoscaling_group_can_have_initial_lifecycle_hooks' of https://github.com/pcarrier/terraform into pcarrier-pcarrier/aws_autoscaling_group_can_have_initial_lifecycle_hooks
2016-09-04 02:08:04 +03:00
James Nugent
6c23181686
Merge pull request #8383 from kjmkznr/import-aws-s3-b-notification
...
provider/aws: Support import `aws_s3_bucket_notification`
2016-09-03 15:50:25 -07:00
James Nugent
a9fa042d71
Update CHANGELOG.md
2016-09-03 15:48:07 -07:00
James Nugent
25e5031fb6
Update CHANGELOG.md
2016-09-03 15:47:50 -07:00
James Nugent
f1aecc158e
Merge pull request #8647 from hashicorp/f-local-remote-state
...
state/remote: Officially Support local backend
2016-09-03 15:47:07 -07:00
Kristinn Örn Sigurðsson
bc5518f993
provisioners: Allow provisioning over IPv6
2016-09-03 15:45:24 -07:00
James Nugent
8d0a68e1d4
state/remote: Officially Support local backend
...
This is a rework of pull request #6213 submitted by @joshuaspence,
adjusted to work with the remote state data source. We also add
a deprecation warning for people using the unsupported API, and retain
the ability to refer to "_local" as well as "local" for users in a mixed
version environment.
2016-09-03 15:42:40 -07:00
James Nugent
d772389518
Update CHANGELOG.md
2016-09-03 15:28:09 -07:00
Mitchell Hashimoto
609219fc65
command/meta: validate config immediately
...
* config: test for validating multi-vars (passes)
* command/plan: test invalid run
* command/meta: validate module on load
2016-09-03 15:26:49 -07:00
James Nugent
d31656af91
docs: Clarify note on local provisioners
2016-09-03 15:22:26 -07:00
Jakub Holy
8d0540865f
local-exec: the OS doesn't need to be ready
...
It is not obvious that the resource being created doesn't mean that the OS and system services such as sshd are ready (contrary to `remote-exec`). It is better to make that explicit and same developers like me some headache :-)
2016-09-03 15:21:20 -07:00
Paul Stack
b02041062f
Update CHANGELOG.md
2016-09-04 00:56:03 +03:00
Paul Stack
2b0de3ca5c
Merge pull request #8454 from Originate/mb-fix-internet-gateway-deletion
...
provider/aws: Skip detaching when aws_internet_gateway not found
2016-09-04 00:55:37 +03:00
Paul Stack
abcfb895d0
Update CHANGELOG.md
2016-09-04 00:45:19 +03:00
Paul Stack
51c145a57c
Merge pull request #8551 from daveadams/b-consul-optional-config
...
Make consul provider settings truly optional
2016-09-04 00:44:39 +03:00
Paul Stack
8cbff2210d
Update CHANGELOG.md
2016-09-04 00:32:33 +03:00
Paul Stack
ef330241bb
Merge pull request #8626 from hashicorp/aws-cloudwatch-log-stream
...
provider/aws: `aws_cloudwatch_log_stream` resource
2016-09-04 00:31:46 +03:00
Paul Stack
b49fbb5383
Merge pull request #8566 from MiLk/docs/interpolation-template-data
...
Template are now data sources
2016-09-04 00:30:11 +03:00
stack72
49b8568bec
provider/aws: `aws_cloudwatch_log_stream` resource
...
This is a requirement for enabling CloudWatch Logging on Kinesis
Firehost
% make testacc TEST=./builtin/providers/aws TESTARGS='-run=TestAccAWSCloudWatchLogStream_'
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /terraform/vendor/)
2016/09/02 16:19:14 Generated command/internal_plugin_list.go
TF_ACC=1 go test ./builtin/providers/aws -v
-run=TestAccAWSCloudWatchLogStream_ -timeout 120m
=== RUN TestAccAWSCloudWatchLogStream_basic
--- PASS: TestAccAWSCloudWatchLogStream_basic (22.31s)
=== RUN TestAccAWSCloudWatchLogStream_disappears
--- PASS: TestAccAWSCloudWatchLogStream_disappears (21.21s)
PASS
ok github.com/hashicorp/terraform/builtin/providers/aws 43.538s
2016-09-04 00:26:02 +03:00
James Nugent
7be6310a12
Update CHANGELOG.md
2016-09-03 14:22:59 -07:00
Paul Stack
f0d3b8eaf3
Update CHANGELOG.md
2016-09-04 00:19:22 +03:00
Paul Stack
9ad4e8453b
Merge pull request #8578 from kwilczynski/feature/health-check-target-validation-aws_elb
...
provider/aws: Add validation of Health Check target to aws_elb.
2016-09-04 00:18:19 +03:00
Paul Stack
64c8aef119
Update CHANGELOG.md
2016-09-04 00:17:26 +03:00
James Nugent
54784864fc
Merge pull request #8640 from TimeIncOSS/f-aws-cloudformation-data-source
...
provider/aws: Add cloudformation_stack data source
2016-09-03 14:16:46 -07:00
Paul Stack
0370f41df5
Merge pull request #8440 from hashicorp/aws-spotfeed-sub
...
provider/aws: New resource `aws_spot_datafeed_subscription`
2016-09-04 00:16:14 +03:00
James Nugent
69b2b9f8c6
Update CHANGELOG.md
2016-09-03 14:10:53 -07:00
James Nugent
29eae4798e
Update CHANGELOG.md
2016-09-03 14:09:53 -07:00
James Nugent
a2de6e131e
Merge pull request #8635 from hashicorp/jbardin/GH-8527
...
Allow count in data sources
2016-09-03 14:08:28 -07:00
James Nugent
fb150ef72f
provider/test: Add test of data source count.index
...
This adds a unit test to the test provider that verifies count.index
behaves correctly. Although not ideal this is hard to implement as a
context test without changing around the (non helper/schema)
implementation of the x_data_source.
2016-09-03 13:58:30 -07:00
Paul Stack
328e3e721e
Update CHANGELOG.md
2016-09-03 23:14:48 +03:00
Paul Stack
4a8158c1c0
Merge pull request #8646 from hashicorp/b-aws-r53-delete
...
provider/aws: Wait for `aws_route_53_record` to be in-sync after a delete
2016-09-03 23:13:20 +03:00
Paul Stack
7485061635
Merge pull request #8637 from jrm16020/jeremy_tls_provider_docs_update
...
Adding reference to docs for supported ECDSA curves.
2016-09-03 23:11:57 +03:00
stack72
7e89c1d3a2
Merge branch 'paybyphone-paybyphone_GH_6396'
2016-09-03 23:10:27 +03:00
James Bardin
2623d84a41
Add a context test for a datasource with count
2016-09-03 13:08:41 -07:00
James Bardin
94674fe93c
Add a test load of a data source with count
2016-09-03 13:08:41 -07:00
James Bardin
a3fc7e2e21
remove "count" while loading a data source
...
Data sources should be able to support counts like a resource. We need
to remove "count" when we load the config because the key doesn't exist
in the schema, and the resource won't validate.
2016-09-03 13:08:41 -07:00