File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ resource "cloudngfwaws_ngfw" "example" {
25
25
vpc_id = aws_vpc.example.id
26
26
account_id = "12345678"
27
27
description = "Example description"
28
-
28
+ link_id = "Link-81e80ccc-357a-4e4e-8325-1ed1d830cba5"
29
29
endpoint_mode = "ServiceManaged"
30
30
subnet_mapping {
31
31
subnet_id = aws_subnet.subnet1.id
@@ -93,7 +93,7 @@ resource "aws_subnet" "subnet2" {
93
93
- ` automatic_upgrade_app_id_version ` (Boolean) Automatic App-ID upgrade version number. Defaults to ` true ` .
94
94
- ` description ` (String) The description.
95
95
- ` 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 .
97
97
- ` multi_vpc ` (Boolean) Share NGFW with Multiple VPCs. This feature can be enabled only if the endpoint_mode is CustomerManaged.
98
98
- ` rulestack ` (String) The rulestack for this NGFW.
99
99
- ` tags ` (Map of String) The tags.
You can’t perform that action at this time.
0 commit comments