Skip to content

Commit

Permalink
Add missing docs for admin override
Browse files Browse the repository at this point in the history
  • Loading branch information
da-cf committed Sep 9, 2024
1 parent 2b31cd6 commit 296f059
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/3931.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement
resource/zero_trust_gateway_settings: Add missing disable_for_time example field
```
1 change: 1 addition & 0 deletions docs/resources/zero_trust_gateway_settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ resource "cloudflare_zero_trust_gateway_settings" "example" {
udp = true
root_ca = true
virtual_ip = false
disable_for_time = 3600
}
url_browser_isolation_enabled = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ resource "cloudflare_zero_trust_gateway_settings" "example" {
udp = true
root_ca = true
virtual_ip = false
disable_for_time = 3600
}

url_browser_isolation_enabled = true
Expand Down

0 comments on commit 296f059

Please sign in to comment.