Skip to content

Commit

Permalink
build(deps): bump litmus-chaos-thin-client@0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
williamokano committed Dec 25, 2023
1 parent ccc441c commit 110d27f
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 3 deletions.
31 changes: 31 additions & 0 deletions docs/data-sources/user.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "litmus-chaos_user Data Source - terraform-provider-litmus-chaos"
subcategory: ""
description: |-
---

# litmus-chaos_user (Data Source)



## Example Usage

```terraform
# Reads a user
data "litmus-chaos_user" "user_foo" {
username = "foo.bar@fakecompany.net"
}
```

<!-- schema generated by tfplugindocs -->
## Schema

### Read-Only

- `email` (String) User email
- `id` (String) User ID
- `name` (String) User name
- `role` (String) User role
- `username` (String) User username
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/hashicorp/terraform-plugin-go v0.20.0
github.com/hashicorp/terraform-plugin-log v0.9.0
github.com/hashicorp/terraform-plugin-testing v1.6.0
github.com/williamokano/litmus-chaos-thin-client v0.2.0
github.com/williamokano/litmus-chaos-thin-client v0.3.0
)

require (
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,8 @@ github.com/vmihailenco/msgpack/v5 v5.4.1 h1:cQriyiUvjTwOHg8QZaPihLWeRAAVoCpE00IU
github.com/vmihailenco/msgpack/v5 v5.4.1/go.mod h1:GaZTsDaehaPpQVyxrf5mtQlH+pc21PIudVV/E3rRQok=
github.com/vmihailenco/tagparser/v2 v2.0.0 h1:y09buUbR+b5aycVFQs/g70pqKVZNBmxwAhO7/IwNM9g=
github.com/vmihailenco/tagparser/v2 v2.0.0/go.mod h1:Wri+At7QHww0WTrCBeu4J6bNtoV6mEfg5OIWRZA9qds=
github.com/williamokano/litmus-chaos-thin-client v0.2.0 h1:NWc4ngW1rbZLBgLQAhmU6wpDDeBVcoibhpsajrwEbZo=
github.com/williamokano/litmus-chaos-thin-client v0.2.0/go.mod h1:N4jRABJAyQxtD6P0FwMwQfyEknNUyNAsJYcgBMAZnKs=
github.com/williamokano/litmus-chaos-thin-client v0.3.0 h1:SvDwOw7DD0Pq49tZjXcOQttPgmOsc2vosX5Rw9ZECiE=
github.com/williamokano/litmus-chaos-thin-client v0.3.0/go.mod h1:N4jRABJAyQxtD6P0FwMwQfyEknNUyNAsJYcgBMAZnKs=
github.com/xanzy/ssh-agent v0.3.3 h1:+/15pJfg/RsTxqYcX6fHqOXZwwMP+2VyYWJeWM2qQFM=
github.com/xanzy/ssh-agent v0.3.3/go.mod h1:6dzNDKs0J9rVPHPhaGCukekBHKqfl+L3KghI1Bc68Uw=
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
Expand Down

0 comments on commit 110d27f

Please sign in to comment.