volume
free-devops/volume/ebs
Terraform Module
HCL
EBS
Terrafom AWS EBS Volume
Install
module "volume" {
source = "free-devops/volume/ebs"
version = "1.1.0"
}
README
terraform-ebs-volume
Inputs (11)
| Name | Type | Description | Default |
|---|---|---|---|
| instance_ids | list | Instance IDs - Parameter Passed from ec2 Instance | required |
| availability_zones | list | availability Zones - Parameter Passed from ec2 Instance | required |
| encrypted | bool | Should Volume be encrypted | true |
| tags | map(string) | A mapping of tags to assign to the resource | {} |
| device_name | string | Device Name (eg. /dev/xvdh) | "/dev/xvdh" |
| volume_size | number | Volume Size | 100 |
| volume_type | string | Volume Type | "gp2" |
| volume_iops | string | Volume IOPS | "100" |
| force_detach | bool | Force Detach (Allowed volumes to be destroyed with ec2) | false |
| instance_count | number | Instance Count | 1 |
| name | string | Volume Name | "default" |
Outputs (3)
instance_id — List of instances IDsvolume_id — List of Volume IDsdevice_name — The device name exposed to the instanceResources (2)
aws_ebs_volumeaws_volume_attachment
Details
FrameworkTerraform Module
LanguageHCL
Version1.1.0
Cloud EBS
★ Stars0
Forks0
Total downloads883
Inputs11
Outputs3
Resources2
Namespacefree-devops
Updated