Difference between revisions of "Terraform resource: aws ebs volume"

From wikieduonline
Jump to navigation Jump to search
Line 11: Line 11:
 
  }
 
  }
  
 +
== Related ==
 +
* [[ebs_block_device]] argument in resource and input in module
  
  

Revision as of 08:13, 15 February 2023


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

  tags = {
    Name = "HelloWorld"
  }
}

Related


See also

Advertising: