Skip to content

Commit ed33e80

Browse files
Make default for new schema field as false
1 parent c99ee8e commit ed33e80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sysdig/resource_sysdig_secure_organization.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ func resourceSysdigSecureOrganization() *schema.Resource {
8181
SchemaAutomaticOnboarding: {
8282
Type: schema.TypeBool,
8383
Optional: true,
84-
Default: true,
84+
Default: false,
8585
},
8686
},
8787
}

0 commit comments

Comments
 (0)