VPCGatewayAttachment-Conversion needs to assess the parameters to decide on right resource #216
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
resource_search_error
A CF resource was not correctly translated to Terraform
Expected Behaviour:
AWS::EC2::VPCGatewayAttachment with InternetGatewayId Parameter should be converted into a aws_internet_gateway_attachment
Actual Behaviour:
gets converted to:
Terraform has 2 different resources (aws_vpn_gateway_attachment and aws_internet_gateway_attachment) that should be chosen depending on the properties (VpnGatewayId and InternetGatewayId) in the AWS::EC2::VPCGatewayAttachment.
The text was updated successfully, but these errors were encountered: