Skip to content

Commit

Permalink
fix: Updating Service Token Resource & Data source
Browse files Browse the repository at this point in the history
  • Loading branch information
srushti-patl committed Oct 28, 2024
1 parent e1d0418 commit 7678db7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/resources/fabric/service_token/resource_schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,14 @@ func serviceTokenConnectionSch() *schema.Resource {
Type: schema.TypeBool,
Optional: true,
Computed: true,
Default: true,
Description: "Authorization to connect remotely",
},
"allow_custom_bandwidth": {
Type: schema.TypeBool,
Optional: true,
Computed: true,
Default: true,
Description: "Allow custom bandwidth value",
},
"bandwidth_limit": {
Expand Down

0 comments on commit 7678db7

Please sign in to comment.