We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac0dc5a commit ebf81d8Copy full SHA for ebf81d8
1 file changed
aws/resource_aws_fms_admin_account.go
@@ -56,7 +56,7 @@ func resourceAwsFmsAdminAccountCreate(d *schema.ResourceData, meta interface{})
56
stateConf := &resource.StateChangeConf{
57
Target: []string{accountID},
58
Refresh: associateFmsAdminAccountRefreshFunc(conn, accountID),
59
- Timeout: 1 * time.Minute,
+ Timeout: 10 * time.Minute,
60
Delay: 10 * time.Second,
61
}
62
0 commit comments