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

add support for create instance with eni #10516

Closed
wants to merge 22 commits into from

Commits on Dec 5, 2016

  1. expose interface id from eni

    Hunter Morgan committed Dec 5, 2016
    Configuration menu
    Copy the full SHA
    b6cce03 View commit details
    Browse the repository at this point in the history
  2. allow setting network_interface_id on instance

    Hunter Morgan committed Dec 5, 2016
    Configuration menu
    Copy the full SHA
    3ad3f96 View commit details
    Browse the repository at this point in the history
  3. add NetworkInterfaceId to opts

    Hunter Morgan committed Dec 5, 2016
    Configuration menu
    Copy the full SHA
    97b0b70 View commit details
    Browse the repository at this point in the history
  4. move subnet further away from non-network stuff

    Hunter Morgan committed Dec 5, 2016
    Configuration menu
    Copy the full SHA
    6b8cfc4 View commit details
    Browse the repository at this point in the history
  5. Revert "add NetworkInterfaceId to opts"

    This reverts commit ef6b1555fa686dd946917f9613a8b0c91358cbb0.
    
    no good. need to add to interface array instead
    Hunter Morgan committed Dec 5, 2016
    Configuration menu
    Copy the full SHA
    d5b23da View commit details
    Browse the repository at this point in the history
  6. add logic to specify eni to aws

    Hunter Morgan committed Dec 5, 2016
    Configuration menu
    Copy the full SHA
    d657e9c View commit details
    Browse the repository at this point in the history
  7. gofmt

    Hunter Morgan committed Dec 5, 2016
    Configuration menu
    Copy the full SHA
    654ede2 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2016

  1. - Properly exercise network_interface_id from AWS SDK

    - Update Terraform’s documentation
    Michal Jankowski authored and Michal Jankowski committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    bd4742e View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2016

  1. Merge branch 'aws/feature/r-instance-net-iface-id' into create_with_eni

    * aws/feature/r-instance-net-iface-id: (74 commits)
      - Properly exercise network_interface_id from AWS SDK - Update Terraform’s documentation
      Update CHANGELOG.md
      provider/aws: Forces the api gateway domain name certificates to recreate the resource (hashicorp#10588)
      Update CHANGELOG.md
      provider/aws: FIxed the api_gw_domain_name replace operation (hashicorp#10179)
      Fixed note formatting
      Explicitly say `count` is not supported by modules (hashicorp#10553)
      docs/aws: Fix the discrepencies of the emr_cluster documentation (hashicorp#10578)
      Update CHANGELOG.md
      Service role is not updated on AWS for a CodeDeploy deployment group (hashicorp#9866)
      Update CHANGELOG.md
      provider/datadog hashicorp#9375: Refactor tags to a list instead of a map. (hashicorp#10570)
      Update the Vagrantfile to resolve package update/installation issue. (hashicorp#9783)
      docs/aws: Add iam_server_certificate data source to nav bar (hashicorp#10576)
      Update CHANGELOG.md
      feat/aws: add iam_server_certificate data source (hashicorp#10558)
      provider/azurerm: arm_virtual_machine panic fix
      Update .travis.yml
      provider/aws: Improved the documentation for EMR Cluster (hashicorp#10563)
      provider/azurerm: Do not pass an empty string of license_type to AMR VMs (hashicorp#10564)
      ...
    
    # Conflicts:
    #	builtin/providers/aws/resource_aws_instance.go
    Michal Jankowski authored and Michal Jankowski committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    ddd8660 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2017

  1. expose interface id from eni

    Hunter Morgan committed Jan 6, 2017
    Configuration menu
    Copy the full SHA
    dd3d224 View commit details
    Browse the repository at this point in the history
  2. allow setting network_interface_id on instance

    Hunter Morgan committed Jan 6, 2017
    Configuration menu
    Copy the full SHA
    0a56379 View commit details
    Browse the repository at this point in the history
  3. add NetworkInterfaceId to opts

    Hunter Morgan committed Jan 6, 2017
    Configuration menu
    Copy the full SHA
    f1ba2ac View commit details
    Browse the repository at this point in the history
  4. move subnet further away from non-network stuff

    Hunter Morgan committed Jan 6, 2017
    Configuration menu
    Copy the full SHA
    6f36ee2 View commit details
    Browse the repository at this point in the history
  5. Revert "add NetworkInterfaceId to opts"

    This reverts commit ef6b1555fa686dd946917f9613a8b0c91358cbb0.
    
    no good. need to add to interface array instead
    Hunter Morgan committed Jan 6, 2017
    Configuration menu
    Copy the full SHA
    22b51dc View commit details
    Browse the repository at this point in the history
  6. add logic to specify eni to aws

    Hunter Morgan committed Jan 6, 2017
    Configuration menu
    Copy the full SHA
    2380d58 View commit details
    Browse the repository at this point in the history
  7. gofmt

    Hunter Morgan committed Jan 6, 2017
    Configuration menu
    Copy the full SHA
    56b05a1 View commit details
    Browse the repository at this point in the history
  8. add NetworkInterfaceId to opts

    Hunter Morgan committed Jan 6, 2017
    Configuration menu
    Copy the full SHA
    22f8795 View commit details
    Browse the repository at this point in the history
  9. Revert "add NetworkInterfaceId to opts"

    This reverts commit ef6b1555fa686dd946917f9613a8b0c91358cbb0.
    
    no good. need to add to interface array instead
    Hunter Morgan committed Jan 6, 2017
    Configuration menu
    Copy the full SHA
    2741de6 View commit details
    Browse the repository at this point in the history
  10. merge something?

    Hunter Morgan committed Jan 6, 2017
    Configuration menu
    Copy the full SHA
    1517d56 View commit details
    Browse the repository at this point in the history
  11. gofmt

    Hunter Morgan committed Jan 6, 2017
    Configuration menu
    Copy the full SHA
    e8868c4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    52ef14f View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2017

  1. Merge pull request #1 from pielu/create_with_eni

    Create with eni
    automaticgiant authored Jan 24, 2017
    Configuration menu
    Copy the full SHA
    585fe47 View commit details
    Browse the repository at this point in the history