Skip to content

Commit 194f3d7

Browse files
committed
organization schema should be computed
1 parent 3f4ed7f commit 194f3d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/provider/resource_tfe_admin_organization_settings.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ func resourceTFEAdminOrganizationSettings() *schema.Resource {
2626
Type: schema.TypeString,
2727
Optional: true,
2828
ForceNew: true,
29+
Computed: true,
2930
},
3031
"access_beta_tools": {
3132
Type: schema.TypeBool,

0 commit comments

Comments
 (0)