Skip to content

Commit

Permalink
'TransferSecurityPolicy-Restricted-2024-06' is not yet supported in a…
Browse files Browse the repository at this point in the history
…ll AWS accounts.
  • Loading branch information
ewbankkit committed Oct 25, 2024
1 parent 03eb029 commit e2f4811
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions internal/service/transfer/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -286,13 +286,15 @@ func testAccServer_securityPolicy(t *testing.T) {
resource.TestCheckResourceAttr(resourceName, "security_policy_name", "TransferSecurityPolicy-Restricted-2020-06"),
),
},
{
Config: testAccServerConfig_securityPolicy(rName, "TransferSecurityPolicy-Restricted-2024-06"),
Check: resource.ComposeTestCheckFunc(
testAccCheckServerExists(ctx, resourceName, &conf),
resource.TestCheckResourceAttr(resourceName, "security_policy_name", "TransferSecurityPolicy-Restricted-2024-06"),
),
},
/*
{
Config: testAccServerConfig_securityPolicy(rName, "TransferSecurityPolicy-Restricted-2024-06"),
Check: resource.ComposeTestCheckFunc(
testAccCheckServerExists(ctx, resourceName, &conf),
resource.TestCheckResourceAttr(resourceName, "security_policy_name", "TransferSecurityPolicy-Restricted-2024-06"),
),
},
*/
},
})
}
Expand Down

0 comments on commit e2f4811

Please sign in to comment.