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

Issues/1557 #9204

Closed
wants to merge 3 commits into from
Closed

Issues/1557 #9204

wants to merge 3 commits into from

Conversation

inge4pres
Copy link

Hi,

this PR introduces a new attribute "private_ip_addresses" in resource aws_instance to address issue 1557. We may use this attribute during instance creation to assign multiple private IPs to the same ENI when the instance is created.

PR contains refactor of resource, additional test case and documentation; tests passed

make test TEST=./builtin/providers/aws
==> Checking that code complies with gofmt requirements...
==> Checking AWS provider for unchecked errors...
==> NOTE: at this time we only look for uncheck errors in the AWS package
==> Installing errcheck...
go generate $(go list ./... | grep -v /terraform/vendor/)
2016/10/04 10:33:16 Generated command/internal_plugin_list.go
TF_ACC= go test ./builtin/providers/aws  -timeout=30s -parallel=4
ok      github.com/hashicorp/terraform/builtin/providers/aws    2.499s

@inge4pres
Copy link
Author

Hi,

please disregard this PR as a test against AWS API showed error in the configuration
`Error applying plan:

1 error(s) occurred:

  • aws_instance.double_ip: Error launching source instance: InvalidParameterCombination: Network interfaces and an instance-level subnet ID may not be specified on the same request
    status code: 400, request id: 21842e7a-c5ee-4f70-a8fd-90dbc8585174
    `

@inge4pres inge4pres closed this Oct 7, 2016
@ghost
Copy link

ghost commented Apr 21, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@ghost ghost locked and limited conversation to collaborators Apr 21, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants