Files
terraform-provider-decort/docs/resources/pfw.md

45 lines
975 B
Markdown
Raw Normal View History

2022-01-31 11:32:25 +03:00
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
2024-08-26 18:22:06 +03:00
page_title: "decort_pfw Resource - terraform-provider-decort"
2022-01-31 11:32:25 +03:00
subcategory: ""
description: |-
---
# decort_pfw (Resource)
<!-- schema generated by tfplugindocs -->
## Schema
### Required
2022-07-27 13:50:03 +03:00
- `compute_id` (Number) ID of compute instance.
- `local_base_port` (Number) Internal base port number.
- `proto` (String) Network protocol, either 'tcp' or 'udp'.
- `public_port_start` (Number) External start port number for the rule.
2022-01-31 11:32:25 +03:00
### Optional
2022-07-27 13:50:03 +03:00
- `public_port_end` (Number) End port number (inclusive) for the ranged rule.
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
2022-01-31 11:32:25 +03:00
### Read-Only
2022-07-27 13:50:03 +03:00
- `id` (String) The ID of this resource.
- `local_ip` (String) IP address of compute instance.
2022-01-31 11:32:25 +03:00
2022-02-02 15:58:20 +03:00
<a id="nestedblock--timeouts"></a>
### Nested Schema for `timeouts`
Optional:
2022-07-27 13:50:03 +03:00
- `create` (String)
- `default` (String)
- `delete` (String)
- `read` (String)
- `update` (String)