You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To be honest, using this provider for ACLs is really really annoying.
I have multiple sources and destination and a lot of ports to be set, all of this is actually not possible. Just wondering how anyone can use this.
Anyway, i wanted to do something like that
To be honest, using this provider for ACLs is really really annoying.
I have multiple sources and destination and a lot of ports to be set, all of this is actually not possible. Just wondering how anyone can use this.
Anyway, i wanted to do something like that
resource "ciscoasa_acl" "acl1" {
name = "acl1"
rule {
source = ["source1.domain.tld", "source2.domain.tld"]
destination = ["dest1.domain.tld", "dest2.domain.tld"]
destination_service = ["tcp/80", "tcp/443"]
}
}
thanks in advance to make this provider useful .)
Cheers,
Thorsten
The text was updated successfully, but these errors were encountered: