Skip to content

Commit ed20bdc

Browse files
committed
fixing test
1 parent 099019b commit ed20bdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/webserver-cs/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ static Task<int> Main()
3737
{
3838
MostRecent = true,
3939
Owners = { "137112412989" },
40-
Filters = { new Pulumi.Aws.Ec2.Inputs.GetAmiFilterArgs { Name = "name", Values = { "amzn2-ami-hvm-*" } } },
40+
Filters = { new Pulumi.Aws.Ec2.Inputs.GetAmiFilterArgs { Name = "name", Values = { "amzn2-ami-hvm-*-x86_64-*" } } },
4141
});
4242

4343

0 commit comments

Comments
 (0)