firewall
JamesWoolfenden/firewall/linode
terraform-linode-firewall     Usage Requires your Personal Access Token as an Environmental Variable. Module automatically generate your firewall. ``bash export LINODE_TOKEN="xxxxx" ` Include this repository as a module in your existing Terraform code: `hcl module "firewall" { source = "github.com/JamesWoolfenden/terraform-linode-firewall" version. = "0.0.1" } ` Requirements | Name | Version | |------|---------| | terraform | >=0.14.8 | | linode | >=1.25.0 | Providers | Name | Version | |------|---------| | linode | >=1.25.0 | Modul
| Name | Type | Description | Default |
|---|---|---|---|
| instance_id | string | The instance_id for the firewall to attach to. | required |
| firewall | object({ label = | {
"inbound_policy": "DROP",
"label": | |
| inbound | list(object({ label = s | [
{
"action": "ACCEPT",
"ipv4" | |
| outbound | list(object({ label = s | [
{
"action": "DROP",
"ipv4": |
devicefirewall