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

r/aws_vpc_ipam_pool_cidr_allocation use AllocationId over filtering on allocation-id #25257

Merged
merged 2 commits into from
Jun 9, 2022

Conversation

drewmullen
Copy link
Collaborator

@drewmullen drewmullen commented Jun 9, 2022

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 OR Closes #25256

Output from acceptance testing:

$ make testacc TESTS=TestAccIPAMPoolAllocation PKG=ec2                        
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/ec2/... -v -count 1 -parallel 20 -run='TestAccIPAMPoolAllocation'  -timeout 180m
=== RUN   TestAccIPAMPoolAllocation_ipv4Basic
=== PAUSE TestAccIPAMPoolAllocation_ipv4Basic
=== RUN   TestAccIPAMPoolAllocation_ipv4BasicNetmask
=== PAUSE TestAccIPAMPoolAllocation_ipv4BasicNetmask
=== RUN   TestAccIPAMPoolAllocation_ipv4DisallowedCIDR
=== PAUSE TestAccIPAMPoolAllocation_ipv4DisallowedCIDR
=== CONT  TestAccIPAMPoolAllocation_ipv4Basic
=== CONT  TestAccIPAMPoolAllocation_ipv4DisallowedCIDR
=== CONT  TestAccIPAMPoolAllocation_ipv4BasicNetmask
--- PASS: TestAccIPAMPoolAllocation_ipv4DisallowedCIDR (60.46s)
--- PASS: TestAccIPAMPoolAllocation_ipv4Basic (60.62s)
--- PASS: TestAccIPAMPoolAllocation_ipv4BasicNetmask (63.48s)
PASS
ok      github.com/hashicorp/terraform-provider-aws/internal/service/ec2        66.581s

@github-actions github-actions bot added service/ipam Issues and PRs that pertain to the ipam service. size/XS Managed by automation to categorize the size of a PR. needs-triage Waiting for first response or review from a maintainer. labels Jun 9, 2022
@drewmullen drewmullen changed the title use AllocationId over filter on allocid r/aws_vpc_ipam_pool_cidr_allocation use AllocationId over filtering on allocation-id Jun 9, 2022
@drewmullen drewmullen removed the needs-triage Waiting for first response or review from a maintainer. label Jun 9, 2022
@AdamTylerLynch
Copy link
Collaborator

Reviewed. LGTM 🚀

Copy link
Collaborator

@AdamTylerLynch AdamTylerLynch left a comment

Choose a reason for hiding this comment

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

LGTM 🚀

Priority requested.

@anGie44 anGie44 added the enhancement Requests to existing resources that expand the functionality or scope. label Jun 9, 2022
Copy link
Contributor

@anGie44 anGie44 left a comment

Choose a reason for hiding this comment

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

Thanks @drewmullen , LGTM to as well 🚀 !

Output of acceptance tests:

--- PASS: TestAccIPAMPoolAllocation_ipv4DisallowedCIDR (79.16s)
--- PASS: TestAccIPAMPoolAllocation_ipv4Basic (99.59s)
--- PASS: TestAccIPAMPoolAllocation_ipv4BasicNetmask (99.61s)

@anGie44 anGie44 added this to the v4.18.0 milestone Jun 9, 2022
@anGie44 anGie44 merged commit b3cc7e8 into hashicorp:main Jun 9, 2022
@github-actions
Copy link

This functionality has been released in v4.18.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. Thank you!

@github-actions
Copy link

I'm going to lock this pull request 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 related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 10, 2022
@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
enhancement Requests to existing resources that expand the functionality or scope. partner Contribution from a partner. service/ipam Issues and PRs that pertain to the ipam service. size/XS Managed by automation to categorize the size of a PR.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

r/aws_vpc_ipam_pool_cidr_allocation should search by allocation id instead of filtering on allocation id
4 participants