Skip to content

Commit 3694440

Browse files
committed
Change domain_settings
Remove ForceNew on AttrSecurityGroupIDs
1 parent 48d2e08 commit 3694440

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/service/sagemaker/domain.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1386,7 +1386,6 @@ func resourceDomain() *schema.Resource {
13861386
names.AttrSecurityGroupIDs: {
13871387
Type: schema.TypeSet,
13881388
Optional: true,
1389-
ForceNew: true,
13901389
MaxItems: 3,
13911390
Elem: &schema.Schema{Type: schema.TypeString},
13921391
},

0 commit comments

Comments
 (0)