oci_waas_purge_cache

This resource provides the Purge Cache resource in Oracle Cloud Infrastructure Web Application Acceleration and Security service.

Performs a purge of the cache for each specified resource. If no resources are passed, the cache for the entire Web Application Firewall will be purged. For more information, see Caching Rules.

Example Usage

resource "oci_waas_purge_cache" "test_purge_cache" {
	#Required
	waas_policy_id = oci_waas_waas_policy.test_waas_policy.id

	#Optional
	resources = var.purge_cache_resources
}

Argument Reference

The following arguments are supported:

** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

Attributes Reference

Timeouts

The timeouts block allows you to specify timeouts for certain operations: * create - (Defaults to 1 hours), when creating the Purge Cache * update - (Defaults to 1 hours), when updating the Purge Cache * delete - (Defaults to 1 hours), when destroying the Purge Cache

Import

Import is not supported for this resource.