Skip to content

Commit

Permalink
chore: fix typo in get_network_configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ipeterov committed Mar 10, 2024
1 parent 311631d commit f145746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/aws.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ def get_network_configuration():
physical_name(PROJECT_NAME, "PublicSubnetZoneB"),
],
"securityGroups": [physical_name(PROJECT_NAME, "ECSTaskSecurityGroup")],
"assignPublicIp": "ENABLE",
"assignPublicIp": "ENABLED",
}
}

Expand Down

0 comments on commit f145746

Please sign in to comment.