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

New Data Sources: aws_servicequotas_service and aws_servicequotas_service_quota #9177

Merged
merged 4 commits into from
Jul 1, 2019

Commits on Jun 28, 2019

  1. New Data Source: aws_servicequotas_service

    Reference: #9122
    
    Output from acceptance testing:
    
    ```
    --- PASS: TestAccAwsServiceQuotasServiceDataSource_ServiceName (15.13s)
    ```
    bflad committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    7753799 View commit details
    Browse the repository at this point in the history
  2. New Data Source: aws_servicequotas_service_quota

    Reference: #9122
    
    Output from acceptance testing:
    
    ```
    --- PASS: TestAccAwsServiceQuotasServiceQuotaDataSource_QuotaCode (9.93s)
    --- PASS: TestAccAwsServiceQuotasServiceQuotaDataSource_QuotaName (10.11s)
    ```
    bflad committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    8778630 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b84a32d View commit details
    Browse the repository at this point in the history
  4. data-source/aws_servicequotas_service_quota: Add default_value attribute

    Output from acceptance testing:
    
    ```
    --- PASS: TestAccAwsServiceQuotasServiceQuotaDataSource_QuotaCode (10.98s)
    --- PASS: TestAccAwsServiceQuotasServiceQuotaDataSource_QuotaName (10.98s)
    ```
    bflad committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    c1f11ab View commit details
    Browse the repository at this point in the history