mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-20 11:48:24 -06:00
Merge pull request #2029 from julienlavergne/ebs_description
added attributes reference section for AWS_EBS_VOLUME
This commit is contained in:
commit
a6b8b65e6e
@ -3,7 +3,7 @@ layout: "aws"
|
||||
page_title: "AWS: aws_ebs_volume"
|
||||
sidebar_current: "docs-aws-resource-ebs-volume"
|
||||
description: |-
|
||||
Provides an Elastic IP resource.
|
||||
Provides an elastic block storage resource.
|
||||
---
|
||||
|
||||
# aws\_ebs\_volume
|
||||
@ -30,3 +30,12 @@ The following arguments are supported:
|
||||
* `snapshot_id` (Optinal) A snapshot to base the EBS volume off of.
|
||||
* `type` - (Optional) The type of EBS volume.
|
||||
* `kms_key_id` - (Optional) The KMS key ID for the volume.
|
||||
|
||||
|
||||
## Attributes Reference
|
||||
|
||||
The following attributes are exported:
|
||||
|
||||
* `id` - The volume ID (e.g. vol-59fcb34e).
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user