[Enhancement]: allow skipFinalBackup for aws_fsx_openzfs_file_system #35319
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/fsx
Issues and PRs that pertain to the fsx service.
Milestone
Description
Currently when destroying an
aws_fsx_openzfs_file_system
resource the API default of creating a final backup is used.As there is no argument for this in the terraform provider it is not possible to skip this backup. The
aws_fsx_windows_file_system
for example does have an argument to allow this.Affected Resource(s) and/or Data Source(s)
fsx_openzfs_file_system
Potential Terraform Configuration
References
https://docs.aws.amazon.com/cli/latest/reference/fsx/delete-file-system.html#options
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/fsx_windows_file_system#skip_final_backup
Would you like to implement a fix?
Yes
The text was updated successfully, but these errors were encountered: