Seems to be added `routing.http2.enabled` and `applb -e` generates the following invalid DSL; ```ruby attributes do access_logs({ s3_enabled: false, s3_bucket: "", s3_prefix: "", }) routing http2 enabled: true # THIS LINE idle_timeout timeout_seconds: 1800 deletion_protection enabled: true end ``` Obviously it causes an exception > NoMethodError: undefined method `http2' for #<Applb::DSL::EC2::LoadBalancer::Attributes:0x00007fe82da13b60>
Seems to be added
routing.http2.enabledandapplb -egenerates the following invalid DSL;Obviously it causes an exception