From fee02ad4ea586c21240c49414cd73ad4c5a03271 Mon Sep 17 00:00:00 2001 From: Amy Zheng Date: Wed, 19 Jan 2022 17:52:21 -0500 Subject: [PATCH] tgwAttachment resource migration --- aws-ec2-transitgatewayattachment/.rpdk-config | 4 +++- .../inputs/inputs_1_create.json | 7 +++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/aws-ec2-transitgatewayattachment/.rpdk-config b/aws-ec2-transitgatewayattachment/.rpdk-config index 61c6576..be326a3 100644 --- a/aws-ec2-transitgatewayattachment/.rpdk-config +++ b/aws-ec2-transitgatewayattachment/.rpdk-config @@ -1,4 +1,5 @@ { + "artifact_type": "RESOURCE", "typeName": "AWS::EC2::TransitGatewayAttachment", "language": "java", "runtime": "java8", @@ -18,5 +19,6 @@ ], "codegen_template_path": "default", "protocolVersion": "2.0.0" - } + }, + "executableEntrypoint": "com.aws.ec2.transitgatewayattachment.HandlerWrapperExecutable" } diff --git a/aws-ec2-transitgatewayattachment/inputs/inputs_1_create.json b/aws-ec2-transitgatewayattachment/inputs/inputs_1_create.json index 09f09d4..d8f4cfb 100644 --- a/aws-ec2-transitgatewayattachment/inputs/inputs_1_create.json +++ b/aws-ec2-transitgatewayattachment/inputs/inputs_1_create.json @@ -1,9 +1,8 @@ { - "TransitGatewayId": "tgw-02c783c4653c2bdad", - "VpcId": "vpc-0e32b4e0c1ca43f43", + "TransitGatewayId": "tgw-0d735d3b3d5232cc0", + "VpcId": "vpc-0ecbe65983beb59fc", "SubnetIds": [ - "subnet-0d2d2e34a920cd263", - "subnet-0c1dcbe37e3db157b" + "subnet-0d9c1092bec4a817c" ], "Tags": [ {