Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoPolo committed Mar 8, 2021
1 parent e40b74c commit 8f670e9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/providers/aws_ec2.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,16 @@ target "<address>" "aws_ec2" {
}
# Control where the instance launches. Optional, but needed if you attach a
# volume.
placement {
availability_zone = "us-west-2d"
}
# Optional existing EBS volumes to attach, once the machine is running. This
# block can be repeated multiple times to attach multiple volumes.
# Note that you can only attach a volume to an instance in the same AZ,
# so you likely want to set the placement attribute as well.
attach_volume {
# Name of the device. (Required)
Expand Down

0 comments on commit 8f670e9

Please sign in to comment.