hashicorp / terraform-provider-google

Terraform Provider for Google Cloud Platform
https://registry.terraform.io/providers/hashicorp/google/latest/docs
Mozilla Public License 2.0
2.25k stars 1.7k forks source link

add BackupConfig block in google_netapp_volume #17152

Open imrannayer opened 5 months ago

imrannayer commented 5 months ago

Community Note

Description

New or Affected Resource(s)

Potential Terraform Configuration

resource google_netapp_volume myvolume {
  backup_config {
    backup_policies = []
    backup_vault = ""
    scheduled_backup_enabled = true
  }
}

References

b/323501940

larizzo commented 1 month ago

Do we know if this will be scheduled/prioritized? It seems critical to me to be able to allocate volumes to backup policies.

roop2 commented 1 month ago

Hi, I am working on it. My PR has been merged to magic modules repo https://github.com/GoogleCloudPlatform/magic-modules/pull/10822 This is the step we follow for releasing support to provider repo. Hopefully in the next release of it will be available in the provider. I will update this issue once it is released.

roop2 commented 3 weeks ago

This is available in the recent TF provider release https://github.com/hashicorp/terraform-provider-google/releases/tag/v5.33.0