Skip to content

Commit 5ffe60f

Browse files
committed
update docs
1 parent 70c24b3 commit 5ffe60f

File tree

3 files changed

+67
-0
lines changed

3 files changed

+67
-0
lines changed

docs/resources/key_pair.md

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
# generated by https://github.com/hashicorp/terraform-plugin-docs
3+
page_title: "pomerium_key_pair Resource - pomerium"
4+
subcategory: ""
5+
description: |-
6+
KeyPairs managed by Pomerium.
7+
---
8+
9+
# pomerium_key_pair (Resource)
10+
11+
KeyPairs managed by Pomerium.
12+
13+
14+
15+
<!-- schema generated by tfplugindocs -->
16+
## Schema
17+
18+
### Required
19+
20+
- `certificate` (String) PEM encoded certificate
21+
- `name` (String) Name of the key pair
22+
- `namespace_id` (String) ID of the namespace this key pair belongs to
23+
24+
### Optional
25+
26+
- `key` (String, Sensitive) PEM encoded private key
27+
28+
### Read-Only
29+
30+
- `id` (String) The ID of this resource.

docs/resources/policy.md

+8
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@ Policy for Pomerium.
2121
- `namespace_id` (String) ID of the namespace the policy belongs to.
2222
- `ppl` (String) Policy Policy Language (PPL) string.
2323

24+
### Optional
25+
26+
- `description` (String) Description of the policy.
27+
- `enforced` (Boolean) Whether the policy is enforced within the namespace hierarchy.
28+
- `explanation` (String) Explanation of the policy.
29+
- `rego` (List of String) Rego policies.
30+
- `remediation` (String) Remediation of the policy.
31+
2432
### Read-Only
2533

2634
- `id` (String) Unique identifier for the policy.

docs/resources/route.md

+29
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,36 @@ Route for Pomerium.
2424

2525
### Optional
2626

27+
- `allow_spdy` (Boolean) Allow SPDY.
28+
- `allow_websockets` (Boolean) Allow websockets.
29+
- `host_path_regex_rewrite_pattern` (String) Host path regex rewrite pattern.
30+
- `host_path_regex_rewrite_substitution` (String) Host path regex rewrite substitution.
31+
- `host_rewrite` (String) Host rewrite.
32+
- `host_rewrite_header` (String) Host rewrite header.
33+
- `idle_timeout` (String) Idle timeout.
34+
- `idp_client_id` (String) IDP client ID.
35+
- `idp_client_secret` (String) IDP client secret.
36+
- `kubernetes_service_account_token` (String) Kubernetes service account token.
37+
- `pass_identity_headers` (Boolean) Pass identity headers.
38+
- `path` (String) Path.
2739
- `policies` (List of String) List of policy IDs associated with the route.
40+
- `prefix` (String) Prefix.
41+
- `prefix_rewrite` (String) Prefix rewrite.
42+
- `preserve_host_header` (Boolean) Preserve host header.
43+
- `regex` (String) Regex.
44+
- `regex_priority_order` (Number) Regex priority order.
45+
- `regex_rewrite_pattern` (String) Regex rewrite pattern.
46+
- `regex_rewrite_substitution` (String) Regex rewrite substitution.
47+
- `remove_request_headers` (List of String) Remove request headers.
48+
- `set_request_headers` (Map of String) Set request headers.
49+
- `set_response_headers` (Map of String) Set response headers.
50+
- `show_error_details` (Boolean) Show error details.
51+
- `stat_name` (String) Name of the stat.
52+
- `timeout` (String) Timeout.
53+
- `tls_downstream_server_name` (String) TLS downstream server name.
54+
- `tls_skip_verify` (Boolean) TLS skip verify.
55+
- `tls_upstream_allow_renegotiation` (Boolean) TLS upstream allow renegotiation.
56+
- `tls_upstream_server_name` (String) TLS upstream server name.
2857

2958
### Read-Only
3059

0 commit comments

Comments
 (0)