Skip to content

Commit

Permalink
feat: Adding Fabric Service Token Resource and Data Source
Browse files Browse the repository at this point in the history
  • Loading branch information
srushti-patl committed Oct 28, 2024
1 parent 4e22364 commit 74452bc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/resources/fabric/service_token/resource_schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,14 +112,12 @@ 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 74452bc

Please sign in to comment.