Skip to content

Commit

Permalink
aws_fsx_openzfs_file_system
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhil-goenka committed Jul 14, 2024
1 parent 48af237 commit 0dbe1a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/service/fsx/openzfs_file_system_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ func TestAccFSxOpenZFSFileSystem_deploymentType(t *testing.T) {
testAccCheckOpenZFSFileSystemExists(ctx, resourceName, &filesystem2),
testAccCheckOpenZFSFileSystemRecreated(&filesystem1, &filesystem2),
resource.TestCheckResourceAttr(resourceName, "deployment_type", "SINGLE_AZ_HA_2"),
resource.TestCheckResourceAttr(resourceName, "throughput_capacity", "160"),
resource.TestCheckResourceAttr(resourceName, "throughput_capacity", "320"),
),
},
},
Expand Down

0 comments on commit 0dbe1a8

Please sign in to comment.