Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ACL Improvement #46

Open
thorstenbo opened this issue Mar 24, 2022 · 0 comments
Open

ACL Improvement #46

thorstenbo opened this issue Mar 24, 2022 · 0 comments

Comments

@thorstenbo
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant