mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 14:55:00 +00:00
chore(vpc): add mapPublicIpOnLaunch attribute to VPC subnets (#2470)
This commit is contained in:
@@ -108,6 +108,7 @@ class Test_networkfirewall_in_all_vpc:
|
||||
nat_gateway=False,
|
||||
region=AWS_REGION,
|
||||
tags=[],
|
||||
mapPublicIpOnLaunch=False,
|
||||
)
|
||||
],
|
||||
tags=[],
|
||||
@@ -171,6 +172,7 @@ class Test_networkfirewall_in_all_vpc:
|
||||
nat_gateway=False,
|
||||
region=AWS_REGION,
|
||||
tags=[],
|
||||
mapPublicIpOnLaunch=False,
|
||||
)
|
||||
],
|
||||
tags=[],
|
||||
@@ -244,6 +246,7 @@ class Test_networkfirewall_in_all_vpc:
|
||||
nat_gateway=False,
|
||||
region=AWS_REGION,
|
||||
tags=[],
|
||||
mapPublicIpOnLaunch=False,
|
||||
)
|
||||
],
|
||||
tags=[],
|
||||
@@ -265,6 +268,7 @@ class Test_networkfirewall_in_all_vpc:
|
||||
nat_gateway=False,
|
||||
region=AWS_REGION,
|
||||
tags=[],
|
||||
mapPublicIpOnLaunch=False,
|
||||
)
|
||||
],
|
||||
tags=[],
|
||||
|
||||
Reference in New Issue
Block a user