Skip to content

Commit

Permalink
update k8s resource doc
Browse files Browse the repository at this point in the history
  • Loading branch information
nvthongswansea committed Nov 11, 2024
1 parent 8d28a58 commit 9a6d015
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions website/docs/r/k8s.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ The following arguments are supported:

* `oidc_ca_pem` - (Optional) Custom CA from customer in pem format as string.

* `k8s_hubble` - (Optional) Enable Hubble for the k8s cluster.


## Timeouts

Expand Down Expand Up @@ -140,6 +142,7 @@ This resource exports the following attributes:
* `oidc_username_prefix` - See Argument Reference above.
* `oidc_required_claim` - See Argument Reference above.
* `oidc_ca_pem` - See Argument Reference above.
* `k8s_hubble` - See Argument Reference above.
* `usage_in_minutes` - The amount of minutes the IP address has been in use.
* `create_time` - The time the object was created.
* `change_time` - Defines the date and time of the last object change.
Expand Down

1 comment on commit 9a6d015

@alidaw
Copy link
Contributor

@alidaw alidaw commented on 9a6d015 Nov 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah yes. The doc I missed. Thx for adding the parameter there as well.

Please sign in to comment.