Difference between revisions of "Terraform resource: aws ebs volume"
Jump to navigation
Jump to search
Line 16: | Line 16: | ||
== See also == | == See also == | ||
+ | * {{tf ec2}} | ||
* {{aws ec2 volumes}} | * {{aws ec2 volumes}} | ||
* {{tf aws}} | * {{tf aws}} | ||
[[Category:AWS]] | [[Category:AWS]] |
Revision as of 08:13, 15 February 2023
resource "aws_ebs_volume" "example" { availability_zone = "us-west-2a" size = 40 tags = { Name = "HelloWorld" } }
Related
- ebs_block_device argument in resource and input in module
See also
- Terraform EC2 resources:
aws_instance, aws_ebs_volume, aws_volume_attachment, aws_ec2_tag
, Terraform module:ec2-instance
,ebs_block_device
,argument/input
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: