Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Support ALB (Application Load Balancer) #291

Merged
merged 8 commits into from
Dec 20, 2016
Merged

Support ALB (Application Load Balancer) #291

merged 8 commits into from
Dec 20, 2016

Conversation

dtan4
Copy link
Owner

@dtan4 dtan4 commented Dec 20, 2016

WHY

Recently we migrated our CLB to ALB. We use elastic-load-balancing-tools for migration, so new ALBs have not been written as Terraform code yet.

WHAT

Support ALB code generation.

TODO

  • tf
  • tfstate
  • subcommand (terraforming alb)

@dtan4
Copy link
Owner Author

dtan4 commented Dec 20, 2016

current terraform plan result:

~ aws_alb.xxx
    access_logs.#:         "0" => "1"
    access_logs.0.enabled: "" => "false"

~ aws_alb.yyy
    access_logs.#:         "0" => "1"
    access_logs.0.enabled: "" => "false"
    idle_timeout:          "300" => "60"

@dtan4
Copy link
Owner Author

dtan4 commented Dec 20, 2016

👌

No changes. Infrastructure is up-to-date. This means that Terraform
could not detect any differences between your configuration and
the real physical resources that exist. As a result, Terraform
doesn't need to do anything.

@dtan4 dtan4 changed the title [WIP] Support ALB (Application Load Balancer) Support ALB (Application Load Balancer) Dec 20, 2016
@dtan4 dtan4 merged commit d0a646d into master Dec 20, 2016
@dtan4 dtan4 deleted the alb branch December 20, 2016 07:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant