terraform/ecc-aws-021-ebs-volume_without_recent_snapshot/red/ebs.tf (7 lines of code) (raw):

resource "aws_ebs_volume" "this" { availability_zone = var.default-az size = 8 tags = { Name = "021_ebs_volume_red" } }