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

Netapp volumes: Add restoreParameters #17293

Commits on Feb 15, 2024

  1. Netapp volumes: Add restoreParameters (hashicorp#9918)

    * Add force delete to delete volumes with nested snapshots
    
    * few cleanups
    
    * Make virtual field verifies happy
    
    * Minor test improvements
    
    * Remove ignore_read for deletion_policy
    
    * Fix typos in snapRestore comment
    
    * Adding missing fields state, StateDetails, backupConfig
    
    * BackupConfig is work in progress
    
    * Implemented restoreParameters
    
    - added parameters state and state_details. Needs discussion if they are to be included. Currently they are deactivated
    - added restore_parameters.
    - added test for restore_parameters.source_snapshot
    - adding a test for restore_parameters.sourceBackup required currently non-existing backup resoruce and would have long runtime
    - renamed the example file to follow format of other peer resources
    
    * More improvements on restore_parameters
    
    * Comment cleanups
    
    * Remove backupConfig support for now.
    
    * Fix small typos
    
    * - Adding state, state_details and create_time fields
    - make backup_config parameters "exactly_one_of"
    - some work on backup_config, but still disabled
    - added tests for backup_config, but still disabled
    - made tests more compact by removing resources and fields which did their job earlier but aren't required later anymore.
    
    * convert tabs to spaces in test resource blocks
    
    * remove backupConfig. Will PR later
    
    [upstream:44e139bad1261704549ac95150b5b666ff790528]
    
    Signed-off-by: Modular Magician <magic-modules@google.com>
    modular-magician committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    ebe4db0 View commit details
    Browse the repository at this point in the history