Skip to content

Commit

Permalink
make docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbednarz committed Jan 20, 2025
1 parent 0d7c5a4 commit 2993ed6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/resources/api_shield_operation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
page_title: "cloudflare_api_shield_operation Resource - Cloudflare"
subcategory: ""
description: |-
Provides a resource to manage an operation in API Shield Endpoint Management.
Api shield operation
---

# cloudflare_api_shield_operation (Resource)

Provides a resource to manage an operation in API Shield Endpoint Management.
Api shield operation

## Example Usage

Expand All @@ -24,13 +24,13 @@ resource "cloudflare_api_shield_operation" "example" {

### Required

- `endpoint` (String) The endpoint which can contain path parameter templates in curly braces, each will be replaced from left to right with `{varN}`, starting with `{var1}`. This will then be [Cloudflare-normalized](https://developers.cloudflare.com/rules/normalization/how-it-works/). **Modifying this attribute will force creation of a new resource.**
- `host` (String) RFC3986-compliant host. **Modifying this attribute will force creation of a new resource.**
- `method` (String) The HTTP method used to access the endpoint. **Modifying this attribute will force creation of a new resource.**
- `zone_id` (String) The zone identifier to target for the resource. **Modifying this attribute will force creation of a new resource.**
- `endpoint` (String) The endpoint which can contain path parameter templates in curly braces, each will be replaced from left to right with `{varN}`, starting with `{var1}`. This will then be [Cloudflare-normalized](https://developers.cloudflare.com/rules/normalization/how-it-works/)
- `host` (String) RFC3986-compliant host
- `method` (String) The HTTP method used to access the endpoint
- `zone_id` (String) The zone identifier to target for the resource.

### Read-Only

- `id` (String) The ID of this resource.
- `id` (String) The identifier of this resource.


0 comments on commit 2993ed6

Please sign in to comment.