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

resource/aws_cloudhsm_v2_hsm: Prevent orphaned HSM Instances by additionally matching on ENI identifier during lookup #18580

Merged
merged 2 commits into from
Apr 6, 2021

Commits on Apr 6, 2021

  1. resource/aws_cloudhsm_v2_hsm: Prevent orphaned HSM Instances by addit…

    …ionally matching on ENI identifier during lookup
    
    Reference: #8648
    Reference: #16796
    
    Also implements the paginated function to prevent missed matches in large environments and tidies up the existing test.
    
    Output from acceptance testing:
    
    ```
    --- PASS: TestAccAWSCloudHsmV2Hsm_basic (856.31s)
    ```
    bflad committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    e6568e8 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG for #18580

    bflad committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    d1ecdd5 View commit details
    Browse the repository at this point in the history