Update documentation for aws_spot_datafeed_subscription.

This commit is contained in:
Ben Jordan 2016-11-07 15:48:11 -07:00
parent 4c675be43e
commit 5902922c7c
1 changed files with 3 additions and 2 deletions

View File

@ -22,12 +22,13 @@ resource "aws_s3_bucket" "default" {
resource "aws_spot_datafeed_subscription" "default" {
bucket = "${aws_s3_bucket.default.bucket}"
prefix = "my_subdirectory"
}
```
## Argument Reference
* `bucket` - (Required) The Amazon S3 bucket in which to store the Spot instance data feed.
* `prefix` - (Optional) A prefix for the data feed file names.
* `prefix` - (Optional) Path of folder inside bucket to place spot pricing data.
## Import
@ -36,4 +37,4 @@ A Spot Datafeed Subscription can be imported using the word `spot-datafeed-subsc
```
$ terraform import aws_spot_datafeed_subscription.mysubscription spot-datafeed-subscription
```
```