Improve this page

Back to Terraform templates index <–

AWS ebs_volume_snapshot with Terraform

aws_ebs_volume_snapshot by the Sogeti community.

Template Locations

Online documentation

Template reference
Service description

module "ebs_snapshot" {
  ebs_volume_id = "id"
  tags = {
    Name = "HelloWorld"
  }
}