``` new aws.ec2.VpcPeeringConnectionAccepte...
# aws
v
Copy code
new aws.ec2.VpcPeeringConnectionAccepter(`${this.name}-peer-to-${peerName}-accepter`, {
            vpcPeeringConnectionId: peering.id,
            autoAccept: true,
            tags: { ...this.baseTags, Name: `${this.name} VPC connection accepter`, Side: 'Accepter' }
        }, { provider: args.peerVpc.opts.provider, parent: this })