Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.

Commit

Permalink
fixed ec2 images e2e test (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
zagronitay authored Sep 9, 2021
1 parent a97fa3a commit 6644c9e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions resources/integration_tests/aws_ec2_images_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ func TestIntegrationEc2Images(t *testing.T) {
"sriov_net_support": "simple",
"usage_operation": "RunInstances",
"virtualization_type": "hvm",
"tags": map[string]interface{}{
"CreatedBy": "EC2 Image Builder",
"CostCenter": "IT",
"Ec2ImageBuilderArn": "arn:aws:imagebuilder:us-east-1:704956590351:image/ec2-images-recipe-awsec2imageswindowsfifl5fe/0.1.1/1",
},
},
},
},
Expand Down
2 changes: 1 addition & 1 deletion resources/integration_tests/infra/aws_ec2_images.tf
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ resource "aws_imagebuilder_component" "aws_ec2_images_hello_world" {
}]
schemaVersion = 1.0
})
name = "hello_world_{var.test_prefix}${var.test_suffix}"
name = "hello_world_${var.test_prefix}${var.test_suffix}"
platform = "Linux"
version = "1.0.0"
}
Expand Down

0 comments on commit 6644c9e

Please sign in to comment.