Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Feature/launch template #97

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Aug 24, 2018

  1. First pass at using launch_template as an alternative to launch_confi…

    …guration so that we can apply tags to instance volumes
    
    Syntax, typos
    jcejohnson authored and efx-jjohnson committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    ef23524 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72aee03 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2018

  1. Set the cluster name tag (etc) after cluster_extra_tags (etc) so that…

    … cluster_extra_tags can't overwrite it.
    efx-jjohnson committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    0ee25b9 View commit details
    Browse the repository at this point in the history
  2. It's not pretty but it works. Though I think we should wait for hashi…

    …corp/terraform-provider-aws#4553 to be fixed & then do a cleaner implementation.
    
    To make this work, I have to do:
    terraform apply -target aws_iam_instance_profile.instance_profile -var-file inputs modules/vault-cluster/
    terraform apply -var-file inputs modules/vault-cluster/
    efx-jjohnson committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    055132e View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2018

  1. Working launch_template without any hacks.

    Tested with AWS provider 1.38.0 and root_volume_ebs_encryption=""
    Does not work for *my* usecase with any other value for root_volume_ebs_encryption
    efx-jjohnson committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    af10a1f View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2018

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

Commits on Oct 6, 2018

  1. Configuration menu
    Copy the full SHA
    ed5cebe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb7a7a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    234f63b View commit details
    Browse the repository at this point in the history