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

mariadb_server: New attributes, flatten storage_profile block #6865

Merged
merged 4 commits into from May 14, 2020

Commits on May 12, 2020

  1. New attributes, flatten storage_profile block

    - `create_mode`, `creation_source_server_id`,
      `public_network_access_enabled`
    
    - Support replicas and point-in-time restores
    
    - Use booleans for toggle properties, renaming
      * `auto_grow` -> `auto_grow_enabled`
      * `geo_redundant_backup` -> `geo_redundant_backup_enabled`
      * `ssl_enforcement` -> `ssl_enforcement_enabled`
    
    - Remove redundant `storage_profile` block and move all properties
      within to top level
    
    - Remove unpopulated attribute `administrator_login_password` from
      `mariadb_server` data source
    
    Fixes: #4296, #6521
    Related: #6459
    manicminer committed May 12, 2020
    Copy the full SHA
    9eacecc View commit details
    Browse the repository at this point in the history

Commits on May 13, 2020

  1. Copy the full SHA
    97ff72e View commit details
    Browse the repository at this point in the history
  2. More imports tidying

    manicminer committed May 13, 2020
    Copy the full SHA
    763bf0c View commit details
    Browse the repository at this point in the history

Commits on May 14, 2020

  1. make fmt and minor case fix

    katbyte committed May 14, 2020
    Copy the full SHA
    730d8bb View commit details
    Browse the repository at this point in the history