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

Update terraform/aws to support terraform version 0.7.x #172

Merged
merged 4 commits into from
Dec 9, 2016

Commits on Dec 1, 2016

  1. Squashed commits:

    * includes changes from Capgemini#86
    * Fix nested quotes for terraform 0.7.x
    * Use template_file as data resource for terraform 0.7.x
    * Convert etcd_discovery_url to null_resource
    
      In Terraform 0.7.x, template file data sources do not support the
      'provisioner' parameter. So instead, we must now use a null_resource to
      get the discovery URL.
    
      And, unfortunately, depending on a null_resource does not mean that you
      can read the file before it exists.
    
    * separate out vpc_public_cidrs_list and move it next to dependent list of AZs
    * aws_instance: fix subnet_id
    * convert security_groups -> vpc_security_group_ids
    * tag aws_vpc with org Name
    * add empty etcd_discovery_url.txt
    tamsky committed Dec 1, 2016
    Configuration menu
    Copy the full SHA
    bea1781 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2016

  1. update Requirements

    tamsky committed Dec 2, 2016
    Configuration menu
    Copy the full SHA
    3367ab2 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2016

  1. remove manual step

    tamsky committed Dec 3, 2016
    Configuration menu
    Copy the full SHA
    2448022 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2016

  1. terraform/aws/private-cloud: changes for terraform-0.7.x, harmonize v…

    …s changes to public-cloud
    tamsky committed Dec 5, 2016
    Configuration menu
    Copy the full SHA
    40c0dd8 View commit details
    Browse the repository at this point in the history