Update cloudformation-template-ipsec
remove cfn-signal section
This commit is contained in:
parent
ea094db6a9
commit
3d548297fe
1 changed files with 1 additions and 22 deletions
|
@ -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"
|
||||
]
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue