Skip to content

Commit 9cbf4fa

Browse files
committed
Adjust private ip default
1 parent c9815d9 commit 9cbf4fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudendure/cloudendure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ def update_blueprint(self) -> bool:
500500
# Update launch subnets and SG IDs
501501
blueprint["subnetIDs"] = [self.subnet_id]
502502
if self.private_ip_action:
503-
blueprint["privateIPAction"] = "CREATE_NEW"
503+
blueprint["privateIPAction"] = self.private_ip_action
504504
if self.security_group_id:
505505
blueprint["securityGroupIDs"] = [self.security_group_id]
506506

0 commit comments

Comments
 (0)