Forum Discussion
chelusco
Nimbostratus
Nov 12, 2024Creating Policy using Terraform
I have been trying to create a policy onto my F5 device but keep getting conflicting errors: This is my condition block: condition { http_cookie = true case_sensitive = true values = ...
Samir
MVP
Nov 13, 2024Are you trying to create cookie profile via Terraform. It will be good if you can elobrate more.
chelusco
Nimbostratus
Nov 13, 2024I am trying to create an
bigip_ltm_policy with a condition block where it checks if the cookie value is present if it is then perform the action blocks
condition {
http_cookie = true
case_sensitive = true
values = ["cookie_value"]
}
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects