Skip to content

Commit 59b076f

Browse files
authored
Merge pull request #26 from divyabhushan/main
Add `link_id` and it's description
2 parents 701a1fb + 11b733d commit 59b076f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/resources/ngfw.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ resource "cloudngfwaws_ngfw" "example" {
2525
vpc_id = aws_vpc.example.id
2626
account_id = "12345678"
2727
description = "Example description"
28-
28+
link_id = "Link-81e80ccc-357a-4e4e-8325-1ed1d830cba5"
2929
endpoint_mode = "ServiceManaged"
3030
subnet_mapping {
3131
subnet_id = aws_subnet.subnet1.id
@@ -93,7 +93,7 @@ resource "aws_subnet" "subnet2" {
9393
- `automatic_upgrade_app_id_version` (Boolean) Automatic App-ID upgrade version number. Defaults to `true`.
9494
- `description` (String) The description.
9595
- `global_rulestack` (String) The global rulestack for this NGFW.
96-
- `link_id` (String) The link ID.
96+
- `link_id` (String) A unique identifier for establishing and managing the link between the Cloud NGFW and other AWS resources.
9797
- `multi_vpc` (Boolean) Share NGFW with Multiple VPCs. This feature can be enabled only if the endpoint_mode is CustomerManaged.
9898
- `rulestack` (String) The rulestack for this NGFW.
9999
- `tags` (Map of String) The tags.

0 commit comments

Comments
 (0)