No requirements.
Name | Version |
---|---|
n/a |
No modules.
Name | Type |
---|---|
google_compute_firewall.allow-fromall | resource |
google_compute_firewall.allow-remotevpc | resource |
google_compute_firewall.allow-sourcetag | resource |
google_compute_firewall.allow_fw | resource |
Name | Description | Type | Default | Required |
---|---|---|---|---|
description | A description of this resource | string |
"Creates firewall rule for target instances by Terraform" |
no |
network | The name or self_link of the network to attach this firewall to | string |
"default" |
no |
ports | n/a | list(number) |
[] |
no |
project | The name of the remote project | string |
"tcp" |
no |
protocol | The name of the protocol to allow | string |
"tcp" |
no |
remote_vpcs | A list of remote vpcs. | list(string) |
[] |
no |
rule-name | Name of the Firewall rule | string |
n/a | yes |
rules | The list of ALLOW rules specified by this firewall. Each rule specifies a protocol and port-range tuple that describes a permitted connection | list(object({ |
n/a | yes |
source_ranges | A list of source CIDR range to apply this rule. | list(string) |
[] |
no |
source_tags | A list of source tags for this firewall | list(string) |
[] |
no |
target_tags | A list of target tags for this firewall | list(string) |
[] |
no |
No outputs.