Forum Discussion
chelusco
Nov 12, 2024Altostratus
Creating 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
Are you trying to create cookie profile via Terraform. It will be good if you can elobrate more.
chelusco
Nov 13, 2024Altostratus
I 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