From 10aeb6615ad528e5aab963ccabdef922f3051169 Mon Sep 17 00:00:00 2001 From: Richard Olson Date: Thu, 24 Aug 2023 20:01:47 +1000 Subject: [PATCH] readme update --- modules/net-firewall-policy/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/net-firewall-policy/README.md b/modules/net-firewall-policy/README.md index ffdd15c2..8a71d6b6 100644 --- a/modules/net-firewall-policy/README.md +++ b/modules/net-firewall-policy/README.md @@ -235,14 +235,14 @@ icmp: | name | description | type | required | default | |---|---|:---:|:---:|:---:| -| [name](variables.tf#L113) | Policy name. | string | ✓ | | -| [parent_id](variables.tf#L119) | Parent node where the policy will be created, `folders/nnn` or `organizations/nnn` for hierarchical policy, project id for a network policy. | string | ✓ | | +| [name](variables.tf#L100) | Policy name. | string | ✓ | | +| [parent_id](variables.tf#L106) | Parent node where the policy will be created, `folders/nnn` or `organizations/nnn` for hierarchical policy, project id for a network policy. | string | ✓ | | | [attachments](variables.tf#L17) | Ids of the resources to which this policy will be attached, in descriptive name => self link format. Specify folders or organization for hierarchical policy, VPCs for network policy. | map(string) | | {} | | [description](variables.tf#L24) | Policy description. | string | | null | | [egress_rules](variables.tf#L30) | List of egress rule definitions, action can be 'allow', 'deny', 'goto_next'. The match.layer4configs map is in protocol => optional [ports] format. | map(object({…})) | | {} | -| [ingress_rules](variables.tf#L71) | List of ingress rule definitions, action can be 'allow', 'deny', 'goto_next'. | map(object({…})) | | {} | -| [region](variables.tf#L125) | Policy region. Leave null for hierarchical policy, set to 'global' for a global network policy. | string | | null | -| [rules_factory_config](variables.tf#L131) | Configuration for the optional rules factory. | object({…}) | | {} | +| [ingress_rules](variables.tf#L65) | List of ingress rule definitions, action can be 'allow', 'deny', 'goto_next'. | map(object({…})) | | {} | +| [region](variables.tf#L112) | Policy region. Leave null for hierarchical policy, set to 'global' for a global network policy. | string | | null | +| [rules_factory_config](variables.tf#L118) | Configuration for the optional rules factory. | object({…}) | | {} | ## Outputs