Skip to content

Commit bf77726

Browse files
committed
remove 'secret' default, requires explicit access
1 parent a6bf06c commit bf77726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/provider/resource_tfe_team.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ func resourceTFETeam() *schema.Resource {
131131
"visibility": {
132132
Type: schema.TypeString,
133133
Optional: true,
134-
Default: "secret",
134+
Computed: true,
135135
ValidateFunc: validation.StringInSlice([]string{
136136
"secret",
137137
"organization",

0 commit comments

Comments
 (0)