Paul Stack
|
221a88610b
|
provider/aws: Add support for importing Kinesis Streams (#14278)
Fixes: #14260
```
% make testacc TEST=./builtin/providers/aws TESTARGS='-run=TestAccAWSKinesisStream_import'
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /terraform/vendor/)
2017/05/08 10:32:47 Generated command/internal_plugin_list.go
TF_ACC=1 go test ./builtin/providers/aws -v -run=TestAccAWSKinesisStream_import -timeout 120m
=== RUN TestAccAWSKinesisStream_importBasic
--- PASS: TestAccAWSKinesisStream_importBasic (101.93s)
PASS
ok github.com/hashicorp/terraform/builtin/providers/aws 101.978s
```
|
2017-05-08 14:11:23 +03:00 |
Max Riveiro
|
137fcfb5de
|
Massively add HCL source tag in docs Markdown files
Signed-off-by: Max Riveiro <kavu13@gmail.com>
|
2017-04-17 13:17:54 +03:00 |
George Christou
|
61277c0dbd
|
website/docs: Run `terraform fmt` on code examples (#12075)
* docs/vsphere: Fix code block
* docs: Convert `...` to `# ...` to allow `terraform fmt`ing
* docs: Trim trailing whitespace
* docs: First-pass run of `terraform fmt` on code examples
|
2017-02-19 00:48:50 +02:00 |
Chris Broglie
|
2505b2e35f
|
Add support for Kinesis streams shard-level metrics (#7684)
* Add support for Kinesis streams shard-level metrics
* Add test case for flattenKinesisShardLevelMetrics
* Document new shard_level_metrics field
|
2016-07-21 23:37:58 +01:00 |
stack72
|
8d6cfe8e89
|
Implement RetentionPeriod Changes for AWS Kinesis Stream
|
2016-02-23 17:15:33 +00:00 |
Seth Vargo
|
8dbc43639d
|
Use HTTPS + www. for links
|
2016-01-14 16:03:26 -05:00 |
Garrett Heel
|
36f78cc1dc
|
provider/aws: Allow tags for kinesis streams
|
2015-10-12 09:00:56 -07:00 |
Clint Shryock
|
214ed23974
|
provider/aws: AWS Kinesis Stream support
Adds a Kinesis Stream resource
|
2015-05-27 15:54:17 -05:00 |