Skip to content

Commit

Permalink
cut and paste mistake on the ApplianceMode command
Browse files Browse the repository at this point in the history
  • Loading branch information
40netse committed Feb 11, 2021
1 parent 37a57d3 commit db0c689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gateway_Load_Balancer/build_stack_option3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1083,7 +1083,7 @@ echo
echo
echo "Modifying the Security VPC TGW Attachment to support Appliance Mode."
echo
aws ec2 aws ec2 modify-transit-gateway-vpc-attachment --transit-gateway-attachment-id $TransitGatewaySecurityAttachmentId --options ApplianceModeSupport=enable
aws ec2 modify-transit-gateway-vpc-attachment --transit-gateway-attachment-id $TransitGatewaySecurityAttachmentId --options ApplianceModeSupport=enable
exit
#
# End of the script
Expand Down

0 comments on commit db0c689

Please sign in to comment.