» fortios_firewall_object_addressgroup

Provides a resource to configure firewall address group used in firewall policies of FortiOS.

» Example Usage

provider "fortios" {
    hostname = "54.226.179.231"
    token = "jn3t3Nw7qckQzt955Htkfj5hwQ6jdb"    
}

resource "fortios_firewall_object_addressgroup" "s1" {
    name = "s1"
    member = ["google-play","swscan.apple.com"]
    comment = "dfdsad"
}

» Argument Reference

The following arguments are supported:

  • name - (Required) Address group name.
  • member - (Required) Address objects contained within the group.
  • comment - Comment.

» Attributes Reference

The following attributes are exported:

  • id - The ID of the firewall address group item.
  • name - Address group name.
  • member - Address objects contained within the group.
  • comment - Comment.