Skip to content

Commit

Permalink
dynamic holodeck ci instance name
Browse files Browse the repository at this point in the history
Signed-off-by: shiva kumar <[email protected]>
  • Loading branch information
shivakunv committed Dec 17, 2024
1 parent 2d5e69b commit 2ccae8f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkg/provider/aws/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,12 @@ func (p *Provider) createEC2Instance(cache *AWS) error {
cache.SecurityGroupid,
},
SubnetId: aws.String(cache.Subnetid),
TagSpecifications: []types.TagSpecification{

Check failure on line 325 in pkg/provider/aws/create.go

View workflow job for this annotation

GitHub Actions / build

unknown field TagSpecifications in struct literal of type struct{AssociateCarrierIpAddress *bool; AssociatePublicIpAddress *bool; ConnectionTrackingSpecification *"github.com/aws/aws-sdk-go-v2/service/ec2/types".ConnectionTrackingSpecificationRequest; DeleteOnTermination *bool; Description *string; DeviceIndex *int32; EnaSrdSpecification *"github.com/aws/aws-sdk-go-v2/service/ec2/types".EnaSrdSpecificationRequest; Groups []string; InterfaceType *string; Ipv4PrefixCount *int32; Ipv4Prefixes []"github.com/aws/aws-sdk-go-v2/service/ec2/types".Ipv4PrefixSpecificationRequest; Ipv6AddressCount *int32; Ipv6Addresses []"github.com/aws/aws-sdk-go-v2/service/ec2/types".InstanceIpv6Address; Ipv6PrefixCount *int32; Ipv6Prefixes []"github.com/aws/aws-sdk-go-v2/service/ec2/types".Ipv6PrefixSpecificationRequest; NetworkCardIndex *int32; NetworkInterfaceId *string; PrimaryIpv6 *bool; PrivateIpAddress *string; PrivateIpAddresses []"github.com/aws/aws-sdk-go-v2/service/ec2/types".PrivateIpAddressSpecification; SecondaryPrivateIpAddressCount *int32; SubnetId *string; document.NoSerde}
{
ResourceType: types.ResourceTypeNetworkInterface,
Tags: p.Tags,
},
},
},
},
KeyName: aws.String(p.Spec.Auth.KeyName),
Expand Down

0 comments on commit 2ccae8f

Please sign in to comment.