Terraform resource: aws ebs volume

From wikieduonline
Revision as of 08:13, 15 February 2023 by Brave (talk | contribs)
Jump to navigation Jump to search


resource "aws_ebs_volume" "example" {
  availability_zone = "us-west-2a"
  size              = 40

  tags = {
    Name = "HelloWorld"
  }
}

Related


See also

Advertising: