Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
yazgoo committed Jan 21, 2025
1 parent 4ebd436 commit c5c1815
Show file tree
Hide file tree
Showing 14 changed files with 19 additions and 35 deletions.
2 changes: 0 additions & 2 deletions docs/data-sources/users.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,3 @@ Read-Only:
- `id` (String)
- `is_disabled` (Boolean)
- `last_name` (String)


7 changes: 4 additions & 3 deletions docs/resources/connection.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ resource "looker_connection" "snowflake_connection" {
- `db_timezone` (String)
- `disable_context_comment` (Boolean)
- `file_type` (String) Certificate key file type (.json or .p12).
- `id` (String) The ID of this resource.
- `jdbc_additional_params` (String)
- `maintenance_cron` (String)
- `max_billing_gigabytes` (String)
Expand All @@ -81,6 +80,10 @@ resource "looker_connection" "snowflake_connection" {
- `user_db_credentials` (Boolean)
- `verify_ssl` (Boolean)

### Read-Only

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

<a id="nestedblock--pdt_context_override"></a>
### Nested Schema for `pdt_context_override`

Expand All @@ -97,5 +100,3 @@ Optional:
- `port` (String)
- `schema` (String)
- `username` (String)


4 changes: 1 addition & 3 deletions docs/resources/group.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ resource "looker_group" "group" {

- `name` (String)

### Optional
### Read-Only

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


3 changes: 2 additions & 1 deletion docs/resources/group_membership.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ resource "looker_group_membership" "group_membership" {

- `delete_protected_user_ids` (Set of String)
- `group_ids` (Set of String)
- `id` (String) The ID of this resource.
- `user_ids` (Set of String)

### Read-Only

- `id` (String) The ID of this resource.
4 changes: 1 addition & 3 deletions docs/resources/lookml_model.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ resource "looker_lookml_model" "lookml_model" {
- `name` (String)
- `project_name` (String)

### Optional
### Read-Only

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


4 changes: 1 addition & 3 deletions docs/resources/model_set.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ resource "looker_model_set" "model_set" {
- `models` (Set of String)
- `name` (String)

### Optional
### Read-Only

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


4 changes: 1 addition & 3 deletions docs/resources/permission_set.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ resource "looker_permission_set" "permission_set" {
- `name` (String)
- `permissions` (Set of String)

### Optional
### Read-Only

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


4 changes: 1 addition & 3 deletions docs/resources/role.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ resource "looker_role" "role" {
- `name` (String)
- `permission_set_id` (String)

### Optional
### Read-Only

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


4 changes: 1 addition & 3 deletions docs/resources/role_groups.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ resource "looker_role_groups" "role_groups" {
- `group_ids` (Set of String)
- `role_id` (String)

### Optional
### Read-Only

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


3 changes: 2 additions & 1 deletion docs/resources/user.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ resource "looker_user" "user" {
### Optional

- `first_name` (String)
- `id` (String) The ID of this resource.
- `is_disabled` (Boolean)
- `last_name` (String)

### Read-Only

- `id` (String) The ID of this resource.
3 changes: 2 additions & 1 deletion docs/resources/user_attribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ resource "looker_user_attribute" "my_user_attribute" {

- `default_value` (String)
- `hidden_value_domain_whitelist` (String)
- `id` (String) The ID of this resource.
- `user_can_edit` (Boolean)
- `user_can_view` (Boolean)
- `value_is_hidden` (Boolean)

### Read-Only

- `id` (String) The ID of this resource.
4 changes: 1 addition & 3 deletions docs/resources/user_attribute_group_value.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ resource "looker_user_attribute_group_value" "my_user_attribute_group_value" {
- `user_attribute_id` (String)
- `value` (String)

### Optional
### Read-Only

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


4 changes: 1 addition & 3 deletions docs/resources/user_attribute_user_value.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ resource "looker_user_attribute_user_value" "my_user_attribute_user_value" {
- `user_id` (String)
- `value` (String)

### Optional
### Read-Only

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


4 changes: 1 addition & 3 deletions docs/resources/user_roles.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ resource "looker_user_roles" "user_roles" {
- `role_ids` (Set of String)
- `user_id` (String)

### Optional
### Read-Only

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


0 comments on commit c5c1815

Please sign in to comment.