highbond_framework (Data Source)
Schema
Required
| name | String |
Optional
| id | String | The ID of this resource. |
Read-Only
| frameworks | List of Object | ||||||||||||||||||||||||||||||||||||||||||||||
Nested Schema for `frameworks`Read-Only
| |||||||||||||||||||||||||||||||||||||||||||||||
| is_available | Boolean | ||||||||||||||||||||||||||||||||||||||||||||||
Example Usage
data "highbond_framework" "main" {
name = "framework_name"
}
