mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 00:03:10 +00:00
[aws] ALB/NLB support SubnetMappings in AWS create LB call (#42060)
This commit is contained in:
@@ -251,6 +251,8 @@ class ApplicationLoadBalancer(ElasticLoadBalancerV2):
|
||||
# Other parameters
|
||||
if self.subnets is not None:
|
||||
params['Subnets'] = self.subnets
|
||||
if self.subnet_mappings is not None:
|
||||
params['SubnetMappings'] = self.subnet_mappings
|
||||
if self.security_groups is not None:
|
||||
params['SecurityGroups'] = self.security_groups
|
||||
params['Scheme'] = self.scheme
|
||||
|
||||
Reference in New Issue
Block a user