Skip to content

Commit

Permalink
add CHANGELOG, docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tamas-jozsa committed Sep 1, 2022
1 parent f5a5add commit 7aca8fa
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/1878.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-resource
cloudflare_url_normalization_settings
```
34 changes: 34 additions & 0 deletions docs/resources/url_normalization_settings.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
page_title: "cloudflare_url_normalization_settings Resource - Cloudflare"
subcategory: ""
description: |-
Provides a resource to manage URL Normalization Settings.
---

# cloudflare_url_normalization_settings (Resource)

Provides a resource to manage URL Normalization Settings.

## Example Usage

```terraform
resource "cloudflare_url_normalization_settings" "example" {
zone_id = "0da42c8d2132a9ddaf714f9e7c920711"
type = "cloudflare"
scope = "incoming"
}
```
<!-- schema generated by tfplugindocs -->
## Schema

### Required

- `scope` (String) The scope of the URL normalization.
- `type` (String) The type of URL normalization performed by Cloudflare.
- `zone_id` (String) The zone identifier to target for the resource.

### Read-Only

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


0 comments on commit 7aca8fa

Please sign in to comment.