Skip to content

Commit 20443f3

Browse files
Sync monorepo state at "Fix typos" (#67)
Syncing from userclouds/userclouds@aacb37a0a11e4f6cc2f081696c11cf3071b4166a
1 parent e8fbf98 commit 20443f3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/resources/transformer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Manages a Tokenizer transformer. For more details refer to the [transformer docu
2727
- `description` (String)
2828
- `output_type` (String) Valid values: `address`, `birthdate`, `boolean`, `composite`, `date`, `e164_phonenumber`, `email`, `integer`, `phonenumber`, `ssn`, `string`, `timestamp`, `uuid`
2929
- `parameters` (String)
30-
- `reuse_existing_token` (Boolean) Specifies if the tokenizing transfomer should return existing token instead of creating a new one.
30+
- `reuse_existing_token` (Boolean) Specifies if the tokenizing transformer should return existing token instead of creating a new one.
3131
- `tag_ids` (List of String)
3232

3333
### Read-Only

internal/provider/tokenizer/schemas_generated.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -975,8 +975,8 @@ var PolicyTransformerAttributes = map[string]schema.Attribute{
975975
},
976976
"reuse_existing_token": schema.BoolAttribute{
977977
Computed: true,
978-
Description: "Specifies if the tokenizing transfomer should return existing token instead of creating a new one.",
979-
MarkdownDescription: "Specifies if the tokenizing transfomer should return existing token instead of creating a new one.",
978+
Description: "Specifies if the tokenizing transformer should return existing token instead of creating a new one.",
979+
MarkdownDescription: "Specifies if the tokenizing transformer should return existing token instead of creating a new one.",
980980
Optional: true,
981981
},
982982
"tag_ids": schema.ListAttribute{

openapi/tokenizer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -876,7 +876,7 @@ components:
876876
parameters:
877877
type: string
878878
reuse_existing_token:
879-
description: Specifies if the tokenizing transfomer should return existing
879+
description: Specifies if the tokenizing transformer should return existing
880880
token instead of creating a new one.
881881
type: boolean
882882
tag_ids:

0 commit comments

Comments
 (0)