4.10.1
This commit is contained in:
58
docs/data-sources/cb_security_group.md
Normal file
58
docs/data-sources/cb_security_group.md
Normal file
@@ -0,0 +1,58 @@
|
||||
---
|
||||
# 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)
|
||||
Reference in New Issue
Block a user