You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform-provider-decort/docs/data-sources/cb_security_group.md

59 lines
1.1 KiB

3 weeks ago
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "decort_cb_security_group Data Source - terraform-provider-decort"
subcategory: ""
description: |-
---
# decort_cb_security_group (Data Source)
<!-- schema generated by tfplugindocs -->
## Schema
### Required
- `security_group_id` (Number)
### Optional
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
### Read-Only
- `account_id` (Number)
- `created_at` (Number)
- `created_by` (String)
- `description` (String)
- `id` (String) The ID of this resource.
- `name` (String)
- `rules` (List of Object) (see [below for nested schema](#nestedatt--rules))
- `updated_at` (Number)
- `updated_by` (String)
<a id="nestedblock--timeouts"></a>
### Nested Schema for `timeouts`
Optional:
- `default` (String)
- `read` (String)
<a id="nestedatt--rules"></a>
### Nested Schema for `rules`
Read-Only:
- `direction` (String)
- `ethertype` (String)
- `id` (Number)
- `port_range_max` (Number)
- `port_range_min` (Number)
- `protocol` (String)
- `remote_ip_prefix` (String)