Skip to content

Commit

Permalink
Added docs about m3.medium to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Reuven V. Gonzales committed Apr 28, 2015
1 parent 25ab54b commit e8e42de
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions builtin/providers/aws/resource_aws_instance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,10 @@ const testAccInstanceConfigBlockDevices = `
resource "aws_instance" "foo" {
# us-west-2
ami = "ami-55a7ea65"
# In order to attach an encrypted volume to an instance you need to have an
# m3.medium or larger. See "Supported Instance Types" in:
# http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html
instance_type = "m3.medium"
root_block_device {
Expand Down

0 comments on commit e8e42de

Please sign in to comment.