github.com/turtlemonvh/terraform@v0.6.9-0.20151204001754-8e40b6b855e8/builtin/providers/aws/resource_aws_ami_test.go (about)

     1  package aws
     2  
     3  // FIXME: The aws_ami resource doesn't currently have any acceptance tests,
     4  // since creating an AMI requires having an EBS snapshot and we don't yet
     5  // have a resource type for creating those.
     6  // Once there is an aws_ebs_snapshot resource we can use it to implement
     7  // a reasonable acceptance test for aws_ami. Until then it's necessary to
     8  // test manually using a pre-existing EBS snapshot.