Skip to content

Commit

Permalink
resource/aws_fsx_windows_file_system: Update the default creation tim…
Browse files Browse the repository at this point in the history
…eout from 30 to 45 minutes (#16363)
  • Loading branch information
denissimonovski authored Nov 23, 2020
1 parent fe0780c commit fc578fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aws/resource_aws_fsx_windows_file_system.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func resourceAwsFsxWindowsFileSystem() *schema.Resource {
},

Timeouts: &schema.ResourceTimeout{
Create: schema.DefaultTimeout(30 * time.Minute),
Create: schema.DefaultTimeout(45 * time.Minute),
Delete: schema.DefaultTimeout(30 * time.Minute),
},

Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/fsx_windows_file_system.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ In addition to all arguments above, the following attributes are exported:
`aws_fsx_windows_file_system` provides the following [Timeouts](/docs/configuration/resources.html#timeouts)
configuration options:

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

## Import
Expand Down

0 comments on commit fc578fe

Please sign in to comment.