» github_issue_label
Provides a Cisco ASA static route resource.
» Example Usage
resource "ciscoasa_static_route" "ipv4_static_route" {
interface = "inside"
network = "10.254.0.0/16"
gateway = "192.168.10.20"
}
resource "ciscoasa_static_route" "ipv6_static_route" {
interface = "inside"
network = "fd01:1337::/64"
gateway = "fd01:1338::1"
}
» Argument Reference
The following arguments are supported: