mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
fix typo
This commit is contained in:
parent
f0198cc39a
commit
addc714e7c
1 changed files with 1 additions and 1 deletions
|
@ -426,7 +426,7 @@ class AzureRMLoadBalancer(AzureRMModuleBase):
|
|||
load_balancer_props['inbound_nat_pools'] = [
|
||||
self.network_models.InboundNatPool(
|
||||
name=inbound_nat_pool_name,
|
||||
frontend_ip_configuration=Subnet(id=frontend_ip_config_id),
|
||||
frontend_ip_configuration=self.network_models.Subnet(id=frontend_ip_config_id),
|
||||
protocol=self.natpool_protocol,
|
||||
frontend_port_range_start=self.natpool_frontend_port_start,
|
||||
frontend_port_range_end=self.natpool_frontend_port_end,
|
||||
|
|
Loading…
Reference in a new issue