--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "decort_cb_security_group Resource - terraform-provider-decort" subcategory: "" description: |- --- # decort_cb_security_group (Resource) ## Schema ### Required - `account_id` (Number) - `name` (String) ### Optional - `description` (String) - `rules` (Block Set) (see [below for nested schema](#nestedblock--rules)) - `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts)) ### Read-Only - `created_at` (Number) - `created_by` (String) - `id` (String) The ID of this resource. - `security_group_id` (Number) - `updated_at` (Number) - `updated_by` (String) ### Nested Schema for `rules` Required: - `direction` (String) Optional: - `ethertype` (String) - `port_range_max` (Number) - `port_range_min` (Number) - `protocol` (String) - `remote_ip_prefix` (String) Read-Only: - `id` (Number) ### Nested Schema for `timeouts` Optional: - `create` (String) - `default` (String) - `delete` (String) - `read` (String) - `update` (String)