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_servicecatalogappregistry_application: new data source #36596

Merged
merged 1 commit into from
Mar 27, 2024

Commits on Mar 26, 2024

  1. d/aws_servicecatalogappregistry_application: new data source

    This data source will allow practitioners to retreive AWS Service Catalog AppRegistry application data via Terraform.
    
    ```console
    % make testacc PKG=servicecatalogappregistry TESTS=TestAccServiceCatalogAppRegistryApplicationDataSource_
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go1.21.8 test ./internal/service/servicecatalogappregistry/... -v -count 1 -parallel 20 -run='TestAccServiceCatalogAppRegistryApplicationDataSource_'  -timeout 360m
    
    --- PASS: TestAccServiceCatalogAppRegistryApplicationDataSource_basic (10.84s)
    PASS
    ok      github.com/hashicorp/terraform-provider-aws/internal/service/servicecatalogappregistry  16.390s
    ```
    jar-b committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    713eedf View commit details
    Browse the repository at this point in the history