Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.
This repository was archived by the owner on May 31, 2024. It is now read-only.

New attribute: routing #14

@limitusus

Description

@limitusus

Seems to be added routing.http2.enabled and applb -e generates the following invalid DSL;

    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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions