Skip to content

Commit

Permalink
Merge pull request hashicorp#9936 from bljordan/bjordan/spot_datafeed…
Browse files Browse the repository at this point in the history
…_subscription_docs

Update documentation for aws_spot_datafeed_subscription.
  • Loading branch information
catsby authored Nov 7, 2016
2 parents 4c675be + 5902922 commit 2c2c02a
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
```
```

0 comments on commit 2c2c02a

Please sign in to comment.