aws_fsx_openzfs_volume Does not report errors on Update #25842
Labels
bug
Addresses a defect in current functionality.
service/fsx
Issues and PRs that pertain to the fsx service.
Milestone
Community Note
Terraform CLI and Terraform AWS Provider Version
Affected Resource(s)
Terraform Configuration Files
Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.
Expected Behavior
Error message that increasing the reservation to 110 is not possible. This is
AdministrativeActionTypeVolumeUpdate
in the go sdk.Actual Behavior
Terraform acts like everything is fine and finished, even though nothing was applied. This also has the side effect of not applying anything else related to the volume, like trying to change compression settings.
Steps to Reproduce
make a zfs filesystem. make a volume. make an update by setting the volume's quota/reserved data size to larger then the filesystem.
Important Factoids
There should be an AdministrativeActionCompleted type check here, I tried copying the one from
aws_fsx_openzfs_file_system
, but that call expectsfs-
id notfsvol-
idReferences
VOLUME_UPDATE
Wait call goes here
The text was updated successfully, but these errors were encountered: