We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 74d9df0 + 5978aa8 commit 7556978Copy full SHA for 7556978
modules/aws/ami.go
@@ -274,7 +274,7 @@ func GetAmazonLinuxAmi(t testing.TestingT, region string) string {
274
// GetAmazonLinuxAmiE returns an Amazon Linux AMI HVM, SSD Volume Type public AMI for the given region.
275
func GetAmazonLinuxAmiE(t testing.TestingT, region string) (string, error) {
276
filters := map[string][]string{
277
- "name": {"*amzn-ami-hvm-*-x86_64*"},
+ "name": {"*amzn2-ami-hvm-*-x86_64*"},
278
"virtualization-type": {"hvm"},
279
"architecture": {"x86_64"},
280
"root-device-type": {"ebs"},
0 commit comments