From b43af3daba5a8ef815e2702c7d4dae0867d725ca Mon Sep 17 00:00:00 2001 From: Divya Bhushan Date: Fri, 14 Jun 2024 22:32:21 +0530 Subject: [PATCH 1/2] Update ngfw.md to include `link_id` Referenced the updated TF as mentioned in the Slack thread here: https://panw-rnd.slack.com/archives/C0315M3EFD3/p1715893902779599?thread_ts=1706553852.909279&cid=C0315M3EFD3 --- docs/resources/ngfw.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/resources/ngfw.md b/docs/resources/ngfw.md index 0ec5cdf..35de536 100644 --- a/docs/resources/ngfw.md +++ b/docs/resources/ngfw.md @@ -25,7 +25,7 @@ resource "cloudngfwaws_ngfw" "example" { vpc_id = aws_vpc.example.id account_id = "12345678" description = "Example description" - + link_id = "Link-81e80ccc-357a-4e4e-8325-1ed1d830cba5" endpoint_mode = "ServiceManaged" subnet_mapping { subnet_id = aws_subnet.subnet1.id From 11b733dedbbfa265e01a38b840d840a06258b717 Mon Sep 17 00:00:00 2001 From: Divya Bhushan Date: Fri, 14 Jun 2024 22:35:27 +0530 Subject: [PATCH 2/2] Update description for `link_id` Requested in the Slack thread #help-cloud-ngfw --- docs/resources/ngfw.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/resources/ngfw.md b/docs/resources/ngfw.md index 35de536..8e26ca7 100644 --- a/docs/resources/ngfw.md +++ b/docs/resources/ngfw.md @@ -94,7 +94,7 @@ resource "aws_subnet" "subnet2" { - `automatic_upgrade_app_id_version` (Boolean) Automatic App-ID upgrade version number. Defaults to `true`. - `description` (String) The description. - `global_rulestack` (String) The global rulestack for this NGFW. -- `link_id` (String) The link ID. +- `link_id` (String) A unique identifier for establishing and managing the link between the Cloud NGFW and other AWS resources. - `multi_vpc` (Boolean) Share NGFW with Multiple VPCs. This feature can be enabled only if the endpoint_mode is CustomerManaged. - `tags` (Map of String) The tags.