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

Migrate securityhub service to aws-sdk-go-v2 #34693

Conversation

DanielRieske
Copy link
Contributor

Description

Migrating the securityhub service to aws-sdk-go-v2 to allow the creation of the aws_securityhub_automation_rule resource in #32210.

Note to the reviewer that this service had a few test scenarios that requires multiple accounts and an account that isn't in an organization. I did not have access to these accounts so I wasn't able to test it.

Relations

Relates #32976
Closes #34692

References

Output from Acceptance Testing

make testacc TESTS=TestAccSecurityHub_serial  PKG=securityhub           
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/securityhub/... -v -count 1 -parallel 20 -run='TestAccSecurityHub_serial'  -timeout 360m
=== RUN   TestAccSecurityHub_serial
=== PAUSE TestAccSecurityHub_serial
=== CONT  TestAccSecurityHub_serial
=== RUN   TestAccSecurityHub_serial/StandardsSubscription
=== RUN   TestAccSecurityHub_serial/StandardsSubscription/basic
=== RUN   TestAccSecurityHub_serial/StandardsSubscription/disappears
=== RUN   TestAccSecurityHub_serial/FindingAggregator
=== RUN   TestAccSecurityHub_serial/FindingAggregator/disappears
=== RUN   TestAccSecurityHub_serial/FindingAggregator/basic
=== RUN   TestAccSecurityHub_serial/Account
=== RUN   TestAccSecurityHub_serial/Account/basic
=== RUN   TestAccSecurityHub_serial/Account/disappears
=== RUN   TestAccSecurityHub_serial/Account/EnableDefaultStandardsFalse
=== RUN   TestAccSecurityHub_serial/Account/MigrateV0
=== RUN   TestAccSecurityHub_serial/Account/Full
=== RUN   TestAccSecurityHub_serial/Account/RemoveControlFindingGeneratorDefaultValue
=== RUN   TestAccSecurityHub_serial/Member
=== RUN   TestAccSecurityHub_serial/Member/basic
=== RUN   TestAccSecurityHub_serial/Member/invite
=== RUN   TestAccSecurityHub_serial/Insight
=== RUN   TestAccSecurityHub_serial/Insight/DateFilters
=== RUN   TestAccSecurityHub_serial/Insight/IpFilters
=== RUN   TestAccSecurityHub_serial/Insight/MapFilters
=== RUN   TestAccSecurityHub_serial/Insight/MultipleFilters
=== RUN   TestAccSecurityHub_serial/Insight/NumberFilters
=== RUN   TestAccSecurityHub_serial/Insight/WorkflowStatus
=== RUN   TestAccSecurityHub_serial/Insight/basic
=== RUN   TestAccSecurityHub_serial/Insight/disappears
=== RUN   TestAccSecurityHub_serial/Insight/GroupByAttribute
=== RUN   TestAccSecurityHub_serial/Insight/KeywordFilters
=== RUN   TestAccSecurityHub_serial/Insight/Name
=== RUN   TestAccSecurityHub_serial/InviteAccepter
=== RUN   TestAccSecurityHub_serial/InviteAccepter/basic
    acctest.go:848: skipping test because at least one environment variable of [AWS_ALTERNATE_PROFILE AWS_ALTERNATE_ACCESS_KEY_ID] must be set. Usage: credentials for running acceptance testing in alternate AWS account.
=== RUN   TestAccSecurityHub_serial/ProductSubscription
=== RUN   TestAccSecurityHub_serial/ProductSubscription/basic
=== RUN   TestAccSecurityHub_serial/ActionTarget
=== RUN   TestAccSecurityHub_serial/ActionTarget/basic
=== RUN   TestAccSecurityHub_serial/ActionTarget/disappears
=== RUN   TestAccSecurityHub_serial/ActionTarget/Description
=== RUN   TestAccSecurityHub_serial/ActionTarget/Name
=== RUN   TestAccSecurityHub_serial/OrganizationAdminAccount
=== RUN   TestAccSecurityHub_serial/OrganizationAdminAccount/basic
    acctest.go:981: skipping tests; this AWS account must not be an existing member of an AWS Organization
=== RUN   TestAccSecurityHub_serial/OrganizationAdminAccount/disappears
    acctest.go:981: skipping tests; this AWS account must not be an existing member of an AWS Organization
=== RUN   TestAccSecurityHub_serial/OrganizationAdminAccount/MultiRegion
    acctest.go:981: skipping tests; this AWS account must not be an existing member of an AWS Organization
=== RUN   TestAccSecurityHub_serial/OrganizationConfiguration
=== RUN   TestAccSecurityHub_serial/OrganizationConfiguration/basic
    acctest.go:1010: this AWS account must be the management account of an AWS Organization
=== RUN   TestAccSecurityHub_serial/OrganizationConfiguration/AutoEnableStandards
    acctest.go:1010: this AWS account must be the management account of an AWS Organization
=== RUN   TestAccSecurityHub_serial/StandardsControl
=== RUN   TestAccSecurityHub_serial/StandardsControl/basic
=== RUN   TestAccSecurityHub_serial/StandardsControl/DisabledControlStatus
=== RUN   TestAccSecurityHub_serial/StandardsControl/EnabledControlStatusAndDisabledReason
--- PASS: TestAccSecurityHub_serial (995.76s)
    --- PASS: TestAccSecurityHub_serial/StandardsSubscription (76.28s)
        --- PASS: TestAccSecurityHub_serial/StandardsSubscription/basic (46.36s)
        --- PASS: TestAccSecurityHub_serial/StandardsSubscription/disappears (29.92s)
    --- PASS: TestAccSecurityHub_serial/FindingAggregator (74.46s)
        --- PASS: TestAccSecurityHub_serial/FindingAggregator/disappears (20.28s)
        --- PASS: TestAccSecurityHub_serial/FindingAggregator/basic (54.18s)
    --- PASS: TestAccSecurityHub_serial/Account (161.69s)
        --- PASS: TestAccSecurityHub_serial/Account/basic (21.19s)
        --- PASS: TestAccSecurityHub_serial/Account/disappears (15.76s)
        --- PASS: TestAccSecurityHub_serial/Account/EnableDefaultStandardsFalse (18.09s)
        --- PASS: TestAccSecurityHub_serial/Account/MigrateV0 (34.71s)
        --- PASS: TestAccSecurityHub_serial/Account/Full (33.46s)
        --- PASS: TestAccSecurityHub_serial/Account/RemoveControlFindingGeneratorDefaultValue (38.48s)
    --- PASS: TestAccSecurityHub_serial/Member (45.50s)
        --- PASS: TestAccSecurityHub_serial/Member/basic (22.76s)
        --- PASS: TestAccSecurityHub_serial/Member/invite (22.73s)
    --- PASS: TestAccSecurityHub_serial/Insight (338.05s)
        --- PASS: TestAccSecurityHub_serial/Insight/DateFilters (40.36s)
        --- PASS: TestAccSecurityHub_serial/Insight/IpFilters (22.18s)
        --- PASS: TestAccSecurityHub_serial/Insight/MapFilters (21.99s)
        --- PASS: TestAccSecurityHub_serial/Insight/MultipleFilters (37.04s)
        --- PASS: TestAccSecurityHub_serial/Insight/NumberFilters (55.32s)
        --- PASS: TestAccSecurityHub_serial/Insight/WorkflowStatus (23.44s)
        --- PASS: TestAccSecurityHub_serial/Insight/basic (21.99s)
        --- PASS: TestAccSecurityHub_serial/Insight/disappears (19.38s)
        --- PASS: TestAccSecurityHub_serial/Insight/GroupByAttribute (37.42s)
        --- PASS: TestAccSecurityHub_serial/Insight/KeywordFilters (22.01s)
        --- PASS: TestAccSecurityHub_serial/Insight/Name (36.95s)
    --- PASS: TestAccSecurityHub_serial/InviteAccepter (0.00s)
        --- SKIP: TestAccSecurityHub_serial/InviteAccepter/basic (0.00s)
    --- PASS: TestAccSecurityHub_serial/ProductSubscription (50.23s)
        --- PASS: TestAccSecurityHub_serial/ProductSubscription/basic (50.23s)
    --- PASS: TestAccSecurityHub_serial/ActionTarget (117.08s)
        --- PASS: TestAccSecurityHub_serial/ActionTarget/basic (22.18s)
        --- PASS: TestAccSecurityHub_serial/ActionTarget/disappears (19.63s)
        --- PASS: TestAccSecurityHub_serial/ActionTarget/Description (38.49s)
        --- PASS: TestAccSecurityHub_serial/ActionTarget/Name (36.77s)
    --- PASS: TestAccSecurityHub_serial/OrganizationAdminAccount (4.16s)
        --- SKIP: TestAccSecurityHub_serial/OrganizationAdminAccount/basic (0.57s)
        --- SKIP: TestAccSecurityHub_serial/OrganizationAdminAccount/disappears (0.19s)
        --- SKIP: TestAccSecurityHub_serial/OrganizationAdminAccount/MultiRegion (3.40s)
    --- PASS: TestAccSecurityHub_serial/OrganizationConfiguration (1.23s)
        --- SKIP: TestAccSecurityHub_serial/OrganizationConfiguration/basic (0.87s)
        --- SKIP: TestAccSecurityHub_serial/OrganizationConfiguration/AutoEnableStandards (0.36s)
    --- PASS: TestAccSecurityHub_serial/StandardsControl (127.10s)
        --- PASS: TestAccSecurityHub_serial/StandardsControl/basic (32.63s)
        --- PASS: TestAccSecurityHub_serial/StandardsControl/DisabledControlStatus (50.87s)
        --- PASS: TestAccSecurityHub_serial/StandardsControl/EnabledControlStatusAndDisabledReason (43.60s)
PASS
ok      github.com/hashicorp/terraform-provider-aws/internal/service/securityhub        997.988s

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Copy link

github-actions bot commented Dec 1, 2023

Community Note

Voting for Prioritization

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

For Submitters

  • Review the contribution guide relating to the type of change you are making to ensure all of the necessary steps have been taken.
  • For new resources and data sources, use skaff to generate scaffolding with comments detailing common expectations.
  • Whether or not the branch has been rebased will not impact prioritization, but doing so is always a welcome surprise.

@github-actions github-actions bot added size/XL Managed by automation to categorize the size of a PR. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure. service/securityhub Issues and PRs that pertain to the securityhub service. tags Pertains to resource tagging. client-connections Pertains to the AWS Client and service connections. generators Relates to code generators. labels Dec 1, 2023
@terraform-aws-provider terraform-aws-provider bot added the needs-triage Waiting for first response or review from a maintainer. label Dec 1, 2023
Copy link

github-actions bot commented Dec 1, 2023

Thank you for your contribution! 🚀

Please note that typically Go dependency changes are handled in this repository by dependabot or the maintainers. This is to prevent pull request merge conflicts and further delay reviews of contributions. Remove any changes to the go.mod or go.sum files and commit them into this pull request.

Additional details:

  • Check open pull requests with the dependencies label to view other dependency updates.
  • If this pull request includes an update the AWS Go SDK (or any other dependency) version, only updates submitted via dependabot will be merged. This pull request will need to remove these changes and will need to be rebased after the existing dependency update via dependabot has been merged for this pull request to be reviewed.
  • If this pull request is for supporting a new AWS service:
    • Ensure the new AWS service changes are following the Contributing Guide section on new services, in particular that the dependency addition and initial provider support are in a separate pull request from other changes (e.g. new resources). Contributions not following this item will not be reviewed until the changes are split.
    • If this pull request is already a separate pull request from the above item, you can ignore this message.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
@bschaatsbergen
Copy link
Member

bschaatsbergen commented Dec 2, 2023

Great work @DanielRieske!

@jar-b jar-b removed the needs-triage Waiting for first response or review from a maintainer. label Dec 4, 2023
@ewbankkit ewbankkit self-assigned this Dec 5, 2023
@ewbankkit ewbankkit added the technical-debt Addresses areas of the codebase that need refactoring or redesign. label Dec 5, 2023
Copy link
Contributor

@ewbankkit ewbankkit left a comment

Choose a reason for hiding this comment

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

LGTM 🚀.

% make testacc TESTARGS='-run=TestAccSecurityHub_serial' PKG=securityhub 
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/securityhub/... -v -count 1 -parallel 20  -run=TestAccSecurityHub_serial -timeout 360m
=== RUN   TestAccSecurityHub_serial
=== PAUSE TestAccSecurityHub_serial
=== CONT  TestAccSecurityHub_serial
=== RUN   TestAccSecurityHub_serial/ActionTarget
=== RUN   TestAccSecurityHub_serial/ActionTarget/basic
=== RUN   TestAccSecurityHub_serial/ActionTarget/disappears
=== RUN   TestAccSecurityHub_serial/ActionTarget/Description
=== RUN   TestAccSecurityHub_serial/ActionTarget/Name
=== RUN   TestAccSecurityHub_serial/Insight
=== RUN   TestAccSecurityHub_serial/Insight/KeywordFilters
=== RUN   TestAccSecurityHub_serial/Insight/MultipleFilters
=== RUN   TestAccSecurityHub_serial/Insight/Name
=== RUN   TestAccSecurityHub_serial/Insight/NumberFilters
=== RUN   TestAccSecurityHub_serial/Insight/DateFilters
=== RUN   TestAccSecurityHub_serial/Insight/disappears
=== RUN   TestAccSecurityHub_serial/Insight/GroupByAttribute
=== RUN   TestAccSecurityHub_serial/Insight/IpFilters
=== RUN   TestAccSecurityHub_serial/Insight/MapFilters
=== RUN   TestAccSecurityHub_serial/Insight/WorkflowStatus
=== RUN   TestAccSecurityHub_serial/Insight/basic
=== RUN   TestAccSecurityHub_serial/InviteAccepter
=== RUN   TestAccSecurityHub_serial/InviteAccepter/basic
=== RUN   TestAccSecurityHub_serial/OrganizationConfiguration
=== RUN   TestAccSecurityHub_serial/OrganizationConfiguration/basic
=== RUN   TestAccSecurityHub_serial/OrganizationConfiguration/AutoEnableStandards
=== RUN   TestAccSecurityHub_serial/ProductSubscription
=== RUN   TestAccSecurityHub_serial/ProductSubscription/basic
=== RUN   TestAccSecurityHub_serial/Account
=== RUN   TestAccSecurityHub_serial/Account/MigrateV0        
=== RUN   TestAccSecurityHub_serial/Account/Full
=== RUN   TestAccSecurityHub_serial/Account/RemoveControlFindingGeneratorDefaultValue        
=== RUN   TestAccSecurityHub_serial/Account/basic
=== RUN   TestAccSecurityHub_serial/Account/disappears
=== RUN   TestAccSecurityHub_serial/Account/EnableDefaultStandardsFalse
=== RUN   TestAccSecurityHub_serial/Member
=== RUN   TestAccSecurityHub_serial/Member/basic
=== RUN   TestAccSecurityHub_serial/Member/invite
=== RUN   TestAccSecurityHub_serial/OrganizationAdminAccount
=== RUN   TestAccSecurityHub_serial/OrganizationAdminAccount/basic
    acctest.go:981: skipping tests; this AWS account must not be an existing member of an AWS Organization
=== RUN   TestAccSecurityHub_serial/OrganizationAdminAccount/disappears
    acctest.go:981: skipping tests; this AWS account must not be an existing member of an AWS Organization
=== RUN   TestAccSecurityHub_serial/OrganizationAdminAccount/MultiRegion
    acctest.go:981: skipping tests; this AWS account must not be an existing member of an AWS Organization
=== RUN   TestAccSecurityHub_serial/StandardsControl
=== RUN   TestAccSecurityHub_serial/StandardsControl/basic       
=== RUN   TestAccSecurityHub_serial/StandardsControl/DisabledControlStatus        
=== RUN   TestAccSecurityHub_serial/StandardsControl/EnabledControlStatusAndDisabledReason
=== RUN   TestAccSecurityHub_serial/StandardsSubscription
=== RUN   TestAccSecurityHub_serial/StandardsSubscription/basic        
=== RUN   TestAccSecurityHub_serial/StandardsSubscription/disappears        
=== RUN   TestAccSecurityHub_serial/FindingAggregator
=== RUN   TestAccSecurityHub_serial/FindingAggregator/disappears
=== RUN   TestAccSecurityHub_serial/FindingAggregator/basic
--- PASS: TestAccSecurityHub_serial (818.82s)
    --- PASS: TestAccSecurityHub_serial/ActionTarget (94.72s)
        --- PASS: TestAccSecurityHub_serial/ActionTarget/basic (18.79s)
        --- PASS: TestAccSecurityHub_serial/ActionTarget/disappears (15.60s)
        --- PASS: TestAccSecurityHub_serial/ActionTarget/Description (29.30s)
        --- PASS: TestAccSecurityHub_serial/ActionTarget/Name (31.02s)
    --- PASS: TestAccSecurityHub_serial/Insight (289.25s)
        --- PASS: TestAccSecurityHub_serial/Insight/KeywordFilters (19.57s)
        --- PASS: TestAccSecurityHub_serial/Insight/MultipleFilters (30.68s)
        --- PASS: TestAccSecurityHub_serial/Insight/Name (31.78s)
        --- PASS: TestAccSecurityHub_serial/Insight/NumberFilters (47.84s)
        --- PASS: TestAccSecurityHub_serial/Insight/DateFilters (37.17s)
        --- PASS: TestAccSecurityHub_serial/Insight/disappears (16.88s)
        --- PASS: TestAccSecurityHub_serial/Insight/GroupByAttribute (29.74s)
        --- PASS: TestAccSecurityHub_serial/Insight/IpFilters (18.89s)
        --- PASS: TestAccSecurityHub_serial/Insight/MapFilters (18.66s)
        --- PASS: TestAccSecurityHub_serial/Insight/WorkflowStatus (19.20s)
        --- PASS: TestAccSecurityHub_serial/Insight/basic (18.82s)
    --- PASS: TestAccSecurityHub_serial/InviteAccepter (31.69s)
        --- PASS: TestAccSecurityHub_serial/InviteAccepter/basic (31.69s)
    --- PASS: TestAccSecurityHub_serial/OrganizationConfiguration (71.37s)
        --- PASS: TestAccSecurityHub_serial/OrganizationConfiguration/basic (36.53s)
        --- PASS: TestAccSecurityHub_serial/OrganizationConfiguration/AutoEnableStandards (34.85s)
    --- PASS: TestAccSecurityHub_serial/ProductSubscription (39.77s)
        --- PASS: TestAccSecurityHub_serial/ProductSubscription/basic (39.77s)
    --- PASS: TestAccSecurityHub_serial/Account (62.19s)
        --- PASS: TestAccSecurityHub_serial/Account/MigrateV0 (3.54s)
        --- PASS: TestAccSecurityHub_serial/Account/Full (9.44s)
        --- PASS: TestAccSecurityHub_serial/Account/RemoveControlFindingGeneratorDefaultValue (1.00s)
        --- PASS: TestAccSecurityHub_serial/Account/basic (17.94s)
        --- PASS: TestAccSecurityHub_serial/Account/disappears (15.64s)
        --- PASS: TestAccSecurityHub_serial/Account/EnableDefaultStandardsFalse (14.64s)
    --- PASS: TestAccSecurityHub_serial/Member (39.01s)
        --- PASS: TestAccSecurityHub_serial/Member/basic (18.93s)
        --- PASS: TestAccSecurityHub_serial/Member/invite (20.08s)
    --- PASS: TestAccSecurityHub_serial/OrganizationAdminAccount (2.82s)
        --- SKIP: TestAccSecurityHub_serial/OrganizationAdminAccount/basic (0.19s)
        --- SKIP: TestAccSecurityHub_serial/OrganizationAdminAccount/disappears (0.07s)
        --- SKIP: TestAccSecurityHub_serial/OrganizationAdminAccount/MultiRegion (2.55s)
    --- PASS: TestAccSecurityHub_serial/StandardsControl (107.33s)
        --- PASS: TestAccSecurityHub_serial/StandardsControl/basic (10.34s)
        --- PASS: TestAccSecurityHub_serial/StandardsControl/DisabledControlStatus (8.85s)
        --- PASS: TestAccSecurityHub_serial/StandardsControl/EnabledControlStatusAndDisabledReason (88.14s)
    --- PASS: TestAccSecurityHub_serial/StandardsSubscription (17.70s)
        --- PASS: TestAccSecurityHub_serial/StandardsSubscription/basic (8.74s)
        --- PASS: TestAccSecurityHub_serial/StandardsSubscription/disappears (8.95s)
    --- PASS: TestAccSecurityHub_serial/FindingAggregator (62.98s)
        --- PASS: TestAccSecurityHub_serial/FindingAggregator/disappears (18.04s)
        --- PASS: TestAccSecurityHub_serial/FindingAggregator/basic (44.94s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/securityhub	823.868s
% make testacc TESTARGS='-run=TestAccSecurityHub_serial/OrganizationAdminAccount' PKG=securityhub
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/securityhub/... -v -count 1 -parallel 20  -run=TestAccSecurityHub_serial/OrganizationAdminAccount -timeout 360m
=== RUN   TestAccSecurityHub_serial
=== PAUSE TestAccSecurityHub_serial
=== CONT  TestAccSecurityHub_serial
=== RUN   TestAccSecurityHub_serial/OrganizationAdminAccount
=== RUN   TestAccSecurityHub_serial/OrganizationAdminAccount/basic
=== RUN   TestAccSecurityHub_serial/OrganizationAdminAccount/disappears
=== RUN   TestAccSecurityHub_serial/OrganizationAdminAccount/MultiRegion
--- PASS: TestAccSecurityHub_serial (81.42s)
    --- PASS: TestAccSecurityHub_serial/OrganizationAdminAccount (81.42s)
        --- PASS: TestAccSecurityHub_serial/OrganizationAdminAccount/basic (23.65s)
        --- PASS: TestAccSecurityHub_serial/OrganizationAdminAccount/disappears (20.85s)
        --- PASS: TestAccSecurityHub_serial/OrganizationAdminAccount/MultiRegion (36.92s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/securityhub	86.811s

@ewbankkit ewbankkit merged commit d56923d into hashicorp:main Dec 5, 2023
43 checks passed
@github-actions github-actions bot added this to the v5.30.0 milestone Dec 5, 2023
Copy link

github-actions bot commented Dec 7, 2023

This functionality has been released in v5.30.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!

Copy link

github-actions bot commented Jan 7, 2024

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 Jan 7, 2024
@justinretzolk justinretzolk added the aws-sdk-go-migration Issues that are related to the providers migration to AWS SDK for Go v2. label Mar 27, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
aws-sdk-go-migration Issues that are related to the providers migration to AWS SDK for Go v2. client-connections Pertains to the AWS Client and service connections. generators Relates to code generators. service/securityhub Issues and PRs that pertain to the securityhub service. size/XL Managed by automation to categorize the size of a PR. tags Pertains to resource tagging. technical-debt Addresses areas of the codebase that need refactoring or redesign. 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.

[Enhancement]: Migrate securityhub service to aws-sdk-go-v2
5 participants