Update documentation for aws_spot_datafeed_subscription.
This commit is contained in:
parent
4c675be43e
commit
5902922c7c
|
@ -22,12 +22,13 @@ resource "aws_s3_bucket" "default" {
|
||||||
|
|
||||||
resource "aws_spot_datafeed_subscription" "default" {
|
resource "aws_spot_datafeed_subscription" "default" {
|
||||||
bucket = "${aws_s3_bucket.default.bucket}"
|
bucket = "${aws_s3_bucket.default.bucket}"
|
||||||
|
prefix = "my_subdirectory"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
## Argument Reference
|
## Argument Reference
|
||||||
* `bucket` - (Required) The Amazon S3 bucket in which to store the Spot instance data feed.
|
* `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
|
## Import
|
||||||
|
|
Loading…
Reference in New Issue