We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9815d9 commit 9cbf4faCopy full SHA for 9cbf4fa
cloudendure/cloudendure.py
@@ -500,7 +500,7 @@ def update_blueprint(self) -> bool:
500
# Update launch subnets and SG IDs
501
blueprint["subnetIDs"] = [self.subnet_id]
502
if self.private_ip_action:
503
- blueprint["privateIPAction"] = "CREATE_NEW"
+ blueprint["privateIPAction"] = self.private_ip_action
504
if self.security_group_id:
505
blueprint["securityGroupIDs"] = [self.security_group_id]
506
0 commit comments