Terraform resource: aws ebs volume
Jump to navigation
Jump to search
resource "aws_ebs_volume" "example" { availability_zone = "us-west-2a" size = 40 tags = { Name = "HelloWorld" } }
See also
aws ec2 [ describe-volumes | create-volume | modify-volume | detach-volume ]
- Terraform AWS: provider, resources, modules, data sources, VPC, IAM, Net, EC2, S3, Route53, ACM, CloudWatch, SES, RDS, ECS,
awscc, autoscaling, EKS
Advertising: