This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"AWSTemplateFormatVersion" : "2010-09-09", | |
"Description" : "This template creates a VPC with a private subnet for the SAP backend and a public subnet with openVPN server.", | |
"Parameters" : { | |
"AdminCidrIp" : { | |
"Type" : "String", | |
"Description" : "Source CIDR block for administrating the openVPN server", |