From 574e8a1cb736817c4364d443e2e8652369adcdea Mon Sep 17 00:00:00 2001 From: Luuk van Venrooij <11056665+seriva@users.noreply.github.com> Date: Wed, 2 Feb 2022 08:08:27 +0100 Subject: [PATCH] Update cli/engine/providers/aws/InfrastructureBuilder.py Co-authored-by: cicharka <93913624+cicharka@users.noreply.github.com> --- cli/engine/providers/aws/InfrastructureBuilder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/engine/providers/aws/InfrastructureBuilder.py b/cli/engine/providers/aws/InfrastructureBuilder.py index 207ac9ad4d..f2f4838069 100644 --- a/cli/engine/providers/aws/InfrastructureBuilder.py +++ b/cli/engine/providers/aws/InfrastructureBuilder.py @@ -29,7 +29,7 @@ def __init__(self, docs, manifest_docs=[]): # If there are no security groups Ansible provisioning will fail because # SSH is not allowed then with public IPs on Azure. if not(self.use_network_security_groups) and self.use_public_ips: - self.logger.warning('Use of security groups has been disabled and public IP are used. Ansible run will fail because SSH will not be allowed.') + self.logger.warning('Use of security groups has been disabled and public IPs are used. Ansible run will fail because SSH will not be allowed.') def run(self): infrastructure = []