Skip to content

Commit af8f6f7

Browse files
committed
Fix resourceType for tag
1 parent ac66b2c commit af8f6f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitpod-network-check/cmd/checks.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ func createSecurityGroups(ctx context.Context, svc *ec2.Client, subnetID string)
453453
VpcId: vpcID,
454454
TagSpecifications: []types.TagSpecification{
455455
{
456-
ResourceType: types.ResourceTypeInstance,
456+
ResourceType: types.ResourceTypeSecurityGroup,
457457
Tags: []types.Tag{
458458
{
459459
Key: aws.String("gitpod.io/network-check"),

0 commit comments

Comments
 (0)