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

Added support for google_datastream_connection_profile.bigquery_profile field #12693

Commits on Sep 30, 2022

  1. Added support for google_datastream_connection_profile.bigquery_profi…

    …le field (hashicorp#6616)
    
    * Added support for google_datastream_connection_profile.bigquery_profile field
    
    Related to hashicorp#10810
    
    This required making some changes to compilation & templates to truly support
    completely empty "nested objects". I removed .nested_properties? in favor of
    more explicitly checking whether the nested properties are not specified or
    are present but empty.
    
    * Fixed ruby errors
    
    * Added bigquery test
    
    * Made logic for 'Structure is documented below' match the logic for generating the related docs block
    
    Signed-off-by: Modular Magician <magic-modules@google.com>
    modular-magician committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    8168056 View commit details
    Browse the repository at this point in the history