Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Nov 15:06
· 3 commits to release since this release
61905be

1.0.0 (2021-11-14)

Code Refactoring

  • vars: replace vpc with networking (c1ea17f)

Features

  • lb: add support for access_logs (ccd4c0a)
  • lb: add support for subnet_mapping (310659a)
  • lb: improve loadblanacer variabilization (766f975)

BREAKING CHANGES

  • vars: var.vpc is now var.networking.
    The type has changed from any to object with a
    vpc_id (string) and subnet_ids (list(string))
    attributes.

Signed-off-by: Theo Bob Massard tbobm@protonmail.com