## Request - Bug - Question ## Details Template contains errors.: Parameter 'PublicCidrBlockA' must match pattern (\\d{1,3})\\.(\\d{1,3})\\.(\\d{1,3})\\.(\\d{1,3})/(\\d{1,2}) I got it resolved when using the pattern - '((\d{1,3})\.){3}\d{1,3}/\d{1,2}'
Request
Details
Template contains errors.: Parameter 'PublicCidrBlockA' must match pattern (\d{1,3})\.(\d{1,3})\.(\d{1,3})\.(\d{1,3})/(\d{1,2})
I got it resolved when using the pattern - '((\d{1,3}).){3}\d{1,3}/\d{1,2}'