Skip to content

Commit c3a426a

Browse files
committed
update docs
1 parent ec69e1e commit c3a426a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/data-sources/ngfw.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ data "cloudngfwaws_ngfw" "example" {
4242
- `description` (String) The description.
4343
- `endpoint_mode` (String) Set endpoint mode from the following options. Valid values are `ServiceManaged` or `CustomerManaged`.
4444
- `endpoint_service_name` (String) The endpoint service name.
45+
- `firewall_id` (String) The Id of the NGFW.
4546
- `global_rulestack` (String) The global rulestack for this NGFW.
4647
- `id` (String) The ID of this resource.
4748
- `link_id` (String) The link ID.

docs/resources/ngfw.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ resource "aws_subnet" "subnet2" {
101101
### Read-Only
102102

103103
- `endpoint_service_name` (String) The endpoint service name.
104+
- `firewall_id` (String) The Id of the NGFW.
104105
- `id` (String) The ID of this resource.
105106
- `link_status` (String) The link status.
106107
- `status` (List of Object) (see [below for nested schema](#nestedatt--status))

0 commit comments

Comments
 (0)