1
0
Fork 0
mirror of synced 2025-04-06 06:33:34 +03:00

Update cloudformation-template-ipsec

remove cfn-signal section
This commit is contained in:
S. X. Liang 2020-08-23 19:26:55 -04:00 committed by GitHub
parent ea094db6a9
commit 3d548297fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -343,28 +343,7 @@
},
"'\n",
"sleep 60\n",
"wget https://git.io/vpnsetup -O vpnsetup.sh && sh vpnsetup.sh &&\n",
"/usr/local/bin/cfn-signal",
" --stack ",
{
"Ref": "AWS::StackName"
},
" --resource VpnInstance",
" --region ",
{
"Ref": "AWS::Region"
},
" ||\n",
"/usr/local/bin/cfn-signal -s false",
" --stack ",
{
"Ref": "AWS::StackName"
},
" --resource VpnInstance ",
" --region ",
{
"Ref": "AWS::Region"
}
"wget https://git.io/vpnsetup -O vpnsetup.sh && sh vpnsetup.sh\n"
]
]
}