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

Add enable_private_path_for_google_cloud_services field to google_sql_database_instance resource #13668

Commits on Feb 6, 2023

  1. Add enable_private_path_for_google_cloud_services field to `google_…

    …sql_database_instance` resource (hashicorp#6986)
    
    * Add `enable_private_path_for_google_cloud_services` property to `google_sql_database_instance`
    
    * Add a test case for third-party tests
    
    * Add usage examples
    
    * Connect with the VCR test
    
    * Fix test
    
    * Add note
    
    * Make fail-safe
    
    * format
    
    * Upgrade the tier of POSTGRES instances for faster instance creation
    
    * Fix type error
    
    * Also upgrade mysql tier to non shared core in another tiimeout sensitive flaky test
    
    * Revert "Also upgrade mysql tier to non shared core in another timeout sensitive flaky test"
    
    This reverts commit 9c2cb7934dc6e7cebb421451809394e05ed859aa.
    
    * Revert "Upgrade the tier of POSTGRES instances for faster instance creation"
    
    This reverts commit 52e8a4aad56ece0ca16b8f98638c63a5c6dc41f8.
    
    * Merge TestAccSqlDatabaseInstance_withPrivateNetwork_withEnablePrivatePathForGoogleCloudServices into an existing test case step
    
    * Remove the custom pre-apply validation logic and let users face the bad request error for invalid combination of parameters returned from the SQL Admin API
    
    * Remove an extra blank line
    
    * Revert unnecessary edit to the no-longer-used go template file
    
    * Fix indent
    
    * Revert unnecessary edit to mmv1/products/sql/api.yaml
    
    Signed-off-by: Modular Magician <magic-modules@google.com>
    modular-magician committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    bc8808c View commit details
    Browse the repository at this point in the history