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 outpost_arn field to data_source_aws_network_interface #12440

Merged
merged 3 commits into from
Apr 29, 2020
Merged

add outpost_arn field to data_source_aws_network_interface #12440

merged 3 commits into from
Apr 29, 2020

Conversation

johnbarney
Copy link
Contributor

@johnbarney johnbarney commented Mar 18, 2020

Community Note

  • Please vote on this pull request by adding a 👍 reaction to the original pull request comment to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for pull request followers and do not help prioritize the request

Relates #12302

Release note for CHANGELOG:

Add outpost_arn to network interface datasource
Add outpost_arn to network interface resource

Output from acceptance testing:

$ make testacc TEST=./aws TESTARGS='-run=TestAccDataSourceAwsNetworkInterface_basic'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccDataSourceAwsNetworkInterface_basic -timeout 120m
=== RUN   TestAccDataSourceAwsNetworkInterface_basic
=== PAUSE TestAccDataSourceAwsNetworkInterface_basic
=== CONT  TestAccDataSourceAwsNetworkInterface_basic
--- PASS: TestAccDataSourceAwsNetworkInterface_basic (98.15s)
PASS
ok      github.com/terraform-providers/terraform-provider-aws/aws       99.834s

$ make testacc TEST=./aws TESTARGS='-run=TestAccAWSENI_basic'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSENI_basic -timeout 120m
=== RUN   TestAccAWSENI_basic
=== PAUSE TestAccAWSENI_basic
=== CONT  TestAccAWSENI_basic
--- PASS: TestAccAWSENI_basic (108.21s)
PASS
ok  	github.com/terraform-providers/terraform-provider-aws/aws	109.743s

@johnbarney johnbarney requested a review from a team March 18, 2020 05:14
@ghost ghost added needs-triage Waiting for first response or review from a maintainer. size/XS Managed by automation to categorize the size of a PR. service/ec2 Issues and PRs that pertain to the ec2 service. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure. documentation Introduces or discusses updates to documentation. labels Mar 18, 2020
@bflad bflad self-assigned this Apr 29, 2020
@bflad bflad added enhancement Requests to existing resources that expand the functionality or scope. and removed needs-triage Waiting for first response or review from a maintainer. labels Apr 29, 2020
@bflad bflad added this to the v2.60.0 milestone Apr 29, 2020
Copy link
Contributor

@bflad bflad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks @johnbarney! 🚀

Output from acceptance testing:

--- PASS: TestAccAWSENI_attached (233.64s)
--- PASS: TestAccAWSENI_basic (38.30s)
--- PASS: TestAccAWSENI_computedIPs (36.03s)
--- PASS: TestAccAWSENI_disappears (35.68s)
--- PASS: TestAccAWSENI_ignoreExternalAttachment (97.35s)
--- PASS: TestAccAWSENI_PrivateIpsCount (98.47s)
--- PASS: TestAccAWSENI_sourceDestCheck (36.43s)
--- PASS: TestAccAWSENI_updatedDescription (63.52s)

--- PASS: TestAccDataSourceAwsNetworkInterface_basic (39.28s)
--- PASS: TestAccDataSourceAwsNetworkInterface_filters (38.81s)

@bflad bflad merged commit 26ab045 into hashicorp:master Apr 29, 2020
bflad added a commit that referenced this pull request Apr 29, 2020
@johnbarney johnbarney deleted the outpost-eni branch April 29, 2020 17:58
@ghost
Copy link

ghost commented May 1, 2020

This has been released in version 2.60.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks!

adamdecaf pushed a commit to adamdecaf/terraform-provider-aws that referenced this pull request May 28, 2020
…rce and data source (hashicorp#12440)

Output from acceptance testing:

```
--- PASS: TestAccAWSENI_attached (233.64s)
--- PASS: TestAccAWSENI_basic (38.30s)
--- PASS: TestAccAWSENI_computedIPs (36.03s)
--- PASS: TestAccAWSENI_disappears (35.68s)
--- PASS: TestAccAWSENI_ignoreExternalAttachment (97.35s)
--- PASS: TestAccAWSENI_PrivateIpsCount (98.47s)
--- PASS: TestAccAWSENI_sourceDestCheck (36.43s)
--- PASS: TestAccAWSENI_updatedDescription (63.52s)

--- PASS: TestAccDataSourceAwsNetworkInterface_basic (39.28s)
--- PASS: TestAccDataSourceAwsNetworkInterface_filters (38.81s)
```
@ghost
Copy link

ghost commented May 29, 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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks!

@ghost ghost locked and limited conversation to collaborators May 29, 2020
@justinretzolk justinretzolk added the partner Contribution from a partner. label May 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Introduces or discusses updates to documentation. enhancement Requests to existing resources that expand the functionality or scope. partner Contribution from a partner. service/ec2 Issues and PRs that pertain to the ec2 service. size/XS Managed by automation to categorize the size of a PR. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants