Merge "Incorrect protocol type in create_security_group_rule()"

This commit is contained in:
Zuul 2024-02-12 11:29:34 +00:00 committed by Gerrit Code Review
commit c2baf1db41
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ def open_port(conn):
security_group_id=example_sec_group.id,
direction='ingress',
remote_ip_prefix='0.0.0.0/0',
protocol='HTTPS',
protocol='tcp',
port_range_max='443',
port_range_min='443',
ethertype='IPv4',