Skip to content

Commit

Permalink
mark read only attributes as such
Browse files Browse the repository at this point in the history
  • Loading branch information
jooola committed Oct 30, 2024
1 parent 7c61f30 commit a9cdbf7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions internal/loadbalancertype/data_source.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,19 +75,15 @@ func getCommonDataSchema() map[string]schema.Attribute {
Computed: true,
},
"max_assigned_certificates": schema.Int64Attribute{
Optional: true,
Computed: true,
},
"max_connections": schema.Int64Attribute{
Optional: true,
Computed: true,
},
"max_services": schema.Int64Attribute{
Optional: true,
Computed: true,
},
"max_targets": schema.Int64Attribute{
Optional: true,
Computed: true,
},
}
Expand Down

0 comments on commit a9cdbf7

Please sign in to comment.