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

d/aws_ssm_patch_baselines: new data source #39779

Merged
merged 1 commit into from
Oct 21, 2024
Merged

Commits on Oct 17, 2024

  1. d/aws_ssm_patch_baselines: new data source

    This data source will allow practitioners to list all AWS SSM patch baselines, with optional filters.
    
    ```console
    % make testacc PKG=ssm TESTS=TestAccSSMPatchBaselinesDataSource_
    make: Verifying source code with gofmt...
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go1.23.2 test ./internal/service/ssm/... -v -count 1 -parallel 20 -run='TestAccSSMPatchBaselinesDataSource_'  -timeout 360m
    2024/10/17 14:31:44 Initializing Terraform AWS Provider...
    
    --- PASS: TestAccSSMPatchBaselinesDataSource_filter (9.70s)
    --- PASS: TestAccSSMPatchBaselinesDataSource_defaultBaselines (9.70s)
    --- PASS: TestAccSSMPatchBaselinesDataSource_basic (9.70s)
    PASS
    ok      github.com/hashicorp/terraform-provider-aws/internal/service/ssm        15.980s
    ```
    jar-b committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    f74ff9f View commit details
    Browse the repository at this point in the history