Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add missing attributes to launch template, remove null resource for tag propagation, propagate default tags to instances, allow propagated name to be set independently of ASG #169

Merged
merged 7 commits into from
Nov 22, 2021

Commits on Nov 16, 2021

  1. feat: add missing attributes to launch template, remove null resource…

    … for tag propagation, proagate default tags to instances, allow propagated name to be set independently of ASG
    
    - Add additional attributes that have been added to the launch template specification lately
    - Remove the null resource for updating propagated tags; replace with a list comprehension expression that achieves the same result
    - Add default tags data source and add in default tags to propagated tags: closes #162
    - Add new variable `instance_name` that allows users to set the propagated instance name independently of the ASG `var.name`; if not specified it defaults to current `var.name`: closes #158
    - Make the attribute `block_duration_minutes` option under `spot_options` - this is still supported in the AWS provider but by making this optional it will fix/close #156
    bryantbiggs committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    39b118c View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

  1. Configuration menu
    Copy the full SHA
    dd7495b View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2021

  1. Update main.tf

    Co-authored-by: Anton Babenko <[email protected]>
    bryantbiggs and antonbabenko authored Nov 20, 2021
    Configuration menu
    Copy the full SHA
    4fc9a8e View commit details
    Browse the repository at this point in the history
  2. Update outputs.tf

    Co-authored-by: Anton Babenko <[email protected]>
    bryantbiggs and antonbabenko authored Nov 20, 2021
    Configuration menu
    Copy the full SHA
    6cb5b00 View commit details
    Browse the repository at this point in the history
  3. chore: one last update

    bryantbiggs committed Nov 20, 2021
    Configuration menu
    Copy the full SHA
    fe92889 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    61271f5 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2021

  1. Configuration menu
    Copy the full SHA
    6123a87 View commit details
    Browse the repository at this point in the history