Skip to content

Commit fc578fe

Browse files
resource/aws_fsx_windows_file_system: Update the default creation timeout from 30 to 45 minutes (#16363)
1 parent fe0780c commit fc578fe

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

aws/resource_aws_fsx_windows_file_system.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ func resourceAwsFsxWindowsFileSystem() *schema.Resource {
2929
},
3030

3131
Timeouts: &schema.ResourceTimeout{
32-
Create: schema.DefaultTimeout(30 * time.Minute),
32+
Create: schema.DefaultTimeout(45 * time.Minute),
3333
Delete: schema.DefaultTimeout(30 * time.Minute),
3434
},
3535

website/docs/r/fsx_windows_file_system.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ In addition to all arguments above, the following attributes are exported:
9898
`aws_fsx_windows_file_system` provides the following [Timeouts](/docs/configuration/resources.html#timeouts)
9999
configuration options:
100100

101-
* `create` - (Default `30m`) How long to wait for the file system to be created.
101+
* `create` - (Default `45m`) How long to wait for the file system to be created.
102102
* `delete` - (Default `30m`) How long to wait for the file system to be deleted.
103103

104104
## Import

0 commit comments

Comments
 (0)