Update address object (safe)
fortigate_update_addressUpdate a FortiGate firewall address object. Uses dry-run mode by default and requires confirmation to apply changes.
Instructions
Safely update a firewall address object. Reads the current object first and defaults to dry_run=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Existing address object name | |
| type | No | Optional address type | |
| subnet | No | Optional subnet for ipmask type | |
| fqdn | No | Optional FQDN for fqdn type | |
| comment | No | Optional FortiGate comment | |
| dry_run | No | Defaults to true (plan only). Set false to apply a real change. | |
| confirm | No | Required only when dry_run=false; must equal exactly 'APPLY FORTIGATE CHANGE'. |