Skip to content
This repository was archived by the owner on Oct 19, 2023. It is now read-only.

Commit f9588db

Browse files
committed
PD-18585 fix typo
1 parent 9c84e25 commit f9588db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/convection/model/template/resource/aws_elbv2_load_balancer.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class ELBV2LoadBalancer < Resource
1818
alias security_groups security_group
1919
property :subnet, 'Subnets', :type => :list
2020
alias subnets subnet
21-
property lb_type, 'Type'
21+
property :lb_type, 'Type'
2222
property :subnet_mappings, 'SubnetMappings', :type => :list
2323

2424
# Append a load_balancer_attribute to load_balancer_attributes

0 commit comments

Comments
 (0)