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 AWS Direct Connect Sitelink #22187 #22350

Merged
merged 11 commits into from
Jan 5, 2022
Merged

Add support for AWS Direct Connect Sitelink #22187 #22350

merged 11 commits into from
Jan 5, 2022

Conversation

NetDevAutomate
Copy link
Contributor

@NetDevAutomate NetDevAutomate commented Dec 26, 2021

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

Closes #22187.

Output from acceptance testing:

$ make testacc TESTS=TestAccXXX PKG=ec2

...

@github-actions github-actions bot added needs-triage Waiting for first response or review from a maintainer. service/directconnect Issues and PRs that pertain to the directconnect service. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure. size/S Managed by automation to categorize the size of a PR. labels Dec 26, 2021
Copy link
Collaborator

@drewmullen drewmullen left a comment

Choose a reason for hiding this comment

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

great work! looking forward to seeing the tests

Can you also please update the docs which are located in website/docs/{r,d}/

When youre ready can you also please create a change log file: .changelog/22350.txt

@NetDevAutomate
Copy link
Contributor Author

great work! looking forward to seeing the tests

Can you also please update the docs which are located in website/docs/{r,d}/

When youre ready can you also please create a change log file: .changelog/22350.txt

Website docs (r) modified and changelog file created. Many thanks

@ewbankkit ewbankkit added the enhancement Requests to existing resources that expand the functionality or scope. label Jan 1, 2022
@ewbankkit
Copy link
Contributor

@drewmullen Would you be able to verify acceptance tests for this?

@NetDevAutomate
Copy link
Contributor Author

@ ewbankkit Many thanks, I have corrected this.

Many thanks for spotting this, much appreciated.

@drewmullen
Copy link
Collaborator

@drewmullen Would you be able to verify acceptance tests for this?

There is a unique quota requirement for the service and I believe Andy is still waiting for the update to his account before he can run the tests. We'll make sure to add the quota update to the CI accounts as well.

@NetDevAutomate
Copy link
Contributor Author

I hope to get my account permissions sorted by Thursday 6th Jan and can then run the final tests. Manual testing has not shown any issues, so all being well, I'll update with positive results this week.

@ewbankkit
Copy link
Contributor

@NetDevAutomate Thanks. Apart from the terrafmt linter error, LGTM.

@ewbankkit ewbankkit removed the needs-triage Waiting for first response or review from a maintainer. label Jan 3, 2022
@ewbankkit
Copy link
Contributor

Will also need a CHANGELOG entry.

…ce/directconnect/private_virtual_interface_test.go
@github-actions github-actions bot added size/M Managed by automation to categorize the size of a PR. and removed size/S Managed by automation to categorize the size of a PR. labels Jan 3, 2022
@NetDevAutomate
Copy link
Contributor Author

Will also need a CHANGELOG entry.

Many thanks again, changelog entry created and formatting issue corrected.

@github-actions github-actions bot added size/L Managed by automation to categorize the size of a PR. and removed size/M Managed by automation to categorize the size of a PR. labels Jan 5, 2022
@NetDevAutomate
Copy link
Contributor Author

$ make testacc TESTARGS='-run=TestAccTransitVirtualInterfaceSiteLink_basic' ACCTEST_PARALLELISM=5 PKG=directconnect
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/directconnect/... -v -count 1 -parallel 5 -run=TestAccTransitVirtualInterfaceSiteLink_basic -timeout 180m
=== RUN TestAccTransitVirtualInterfaceSiteLink_basic
--- PASS: TestAccTransitVirtualInterfaceSiteLink_basic (964.55s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/directconnect 969.526s

$ make testacc TESTARGS='-run=TestAccDirectConnectPrivateVirtualInterfaceSiteLink_basic' ACCTEST_PARALLELISM=5 PKG=directconnect
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/directconnect/... -v -count 1 -parallel 5 -run=TestAccDirectConnectPrivateVirtualInterfaceSiteLink_basic -timeout 180m
=== RUN TestAccDirectConnectPrivateVirtualInterfaceSiteLink_basic
=== PAUSE TestAccDirectConnectPrivateVirtualInterfaceSiteLink_basic
=== CONT TestAccDirectConnectPrivateVirtualInterfaceSiteLink_basic
--- PASS: TestAccDirectConnectPrivateVirtualInterfaceSiteLink_basic (947.63s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/directconnect 952.053s

@NetDevAutomate
Copy link
Contributor Author

$ make testacc TESTARGS='-run=TestAccDirectConnectTransitVirtualInterface_serial' ACCTEST_PARALLELISM=5 PKG=directconnect
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/directconnect/... -v -count 1 -parallel 5 -run=TestAccDirectConnectTransitVirtualInterface_serial -timeout 180m
=== RUN TestAccDirectConnectTransitVirtualInterface_serial
=== RUN TestAccDirectConnectTransitVirtualInterface_serial/basic
=== RUN TestAccDirectConnectTransitVirtualInterface_serial/tags
=== RUN TestAccDirectConnectTransitVirtualInterface_serial/sitelink
--- PASS: TestAccDirectConnectTransitVirtualInterface_serial (2713.20s)
--- PASS: TestAccDirectConnectTransitVirtualInterface_serial/basic (1049.07s)
--- PASS: TestAccDirectConnectTransitVirtualInterface_serial/tags (671.71s)
--- PASS: TestAccDirectConnectTransitVirtualInterface_serial/sitelink (992.43s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/directconnect 2716.781s

@ewbankkit
Copy link
Contributor

@NetDevAutomate @drewmullen Once this goes green are you OK for me to merge? Thanks.

@NetDevAutomate
Copy link
Contributor Author

@NetDevAutomate @drewmullen Once this goes green are you OK for me to merge? Thanks.

That would be great, many thanks.

@ewbankkit ewbankkit merged commit 042b60a into hashicorp:main Jan 5, 2022
@github-actions github-actions bot added this to the v3.71.0 milestone Jan 5, 2022
@github-actions
Copy link

github-actions bot commented Jan 6, 2022

This functionality has been released in v3.71.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 May 31, 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/directconnect Issues and PRs that pertain to the directconnect service. size/L 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.

Add support for AWS Direct Connect Sitelink
4 participants