cloudformation: fix typo in generated ingress description

Signed-off-by: Gergely Imreh <imrehg@gmail.com>
This commit is contained in:
Gergely Imreh 2020-10-28 22:39:43 +00:00
parent bfd9f5b431
commit d6461df474
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@
"Default80Ingress": {
"Properties": {
"CidrIp": "0.0.0.0/0",
"Description": "simple:80/tcp on default nextwork",
"Description": "simple:80/tcp on default network",
"FromPort": 80,
"GroupId": {
"Ref": "DefaultNetwork"