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

Fixing bugs with aws_network_interface and added docs. #2232

Merged
merged 2 commits into from
Jun 5, 2015

Conversation

justnom
Copy link
Contributor

@justnom justnom commented Jun 4, 2015

When a user tried to create an aws_network_interface resource without specifying the private_ips or security_groups attributes the API call to AWS would fail with a 500 HTTP error. Length checks have been put in place for both of these attributes before they are added to the ec2.CreateNetworkInterfaceInput struct.

Documentation was also added for the aws_network_interface resource.

I believe there is already a duplicate PR #1987 - but it fails to also check the assignment of the security_groups attribute.

When a user tried to create an `aws_network_interface` resource without specifying the `private_ips` or `security_groups` attributes the API call to AWS would fail with a 500 HTTP error. Length checks have been put in place for both of these attributes before they are added to the `ec2.CreateNetworkInterfaceInput` struct.

Documentation was also added for the `aws_network_interface` resource.
@catsby
Copy link
Contributor

catsby commented Jun 5, 2015

LGTM, thanks!

catsby added a commit that referenced this pull request Jun 5, 2015
Fixing bugs with `aws_network_interface` and added docs.
@catsby catsby merged commit e2cefe2 into hashicorp:master Jun 5, 2015
@ghost
Copy link

ghost commented May 2, 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 May 2, 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