Skip to content

Commit d141410

Browse files
fix(deps): update module github.com/hashicorp/terraform-plugin-docs to v0.23.0 (#204)
* fix(deps): update module github.com/hashicorp/terraform-plugin-docs to v0.23.0 * Go mod tidy * go generate --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Gastón Fournier <gaston@getunleash.io>
1 parent 221517c commit d141410

File tree

5 files changed

+110
-96
lines changed

5 files changed

+110
-96
lines changed

docs/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
# generated by https://github.com/hashicorp/terraform-plugin-docs
33
page_title: "unleash Provider"
4-
subcategory: ""
54
description: |-
65
Interface with Unleash server API https://docs.getunleash.io/reference/api/unleash. This provider implements a subset of the operations that can be done with Unleash. The focus is mostly in setting up the instance with projects, roles, permissions, groups, and other typical configuration usually performed by admins.
76
You can check a complete example here https://github.com/Unleash/terraform-provider-unleash/tree/main/examples/staged under stage_4 folder.

docs/resources/service_account.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ page_title: "unleash_service_account Resource - terraform-provider-unleash"
44
subcategory: ""
55
description: |-
66
Service accounts do nothing on their own, they need service account tokens to be created to do anything useful.
7-
All tokens bound to a service account will take on the permissions of the root role assigned to the service account. It's strongly
8-
recommended to use the unleash_role data source to retrieve one of the built-in roles and use the id from that to set the service account
9-
role id.
10-
See the [Unleash documentation](https://docs.getunleash.io/reference/service-accounts) for more information.
7+
All tokens bound to a service account will take on the permissions of the root role assigned to the service account. It's strongly
8+
recommended to use the unleash_role data source to retrieve one of the built-in roles and use the id from that to set the service account
9+
role id.
10+
See the [Unleash documentation](https://docs.getunleash.io/reference/service-accounts) for more information.
1111
---
1212

1313
# unleash_service_account (Resource)

docs/resources/service_account_token.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ page_title: "unleash_service_account_token Resource - terraform-provider-unleash
44
subcategory: ""
55
description: |-
66
Allows for managing the tokens bound to a service account. Note that service account tokens in Unleash
7-
are both immutable and cannot be recovered once created. This means you must use them immediately when creating them via terraform.
8-
Typically by piping them to an external secret manager or binding them to some other external terraform resource that requires Unleash tokens.
9-
Because service account tokens are immutable, any changes to the terraform resource will trigger a deletion and recreation of those tokens,
10-
meaning that the secrets will be rotated out.
7+
are both immutable and cannot be recovered once created. This means you must use them immediately when creating them via terraform.
8+
Typically by piping them to an external secret manager or binding them to some other external terraform resource that requires Unleash tokens.
9+
Because service account tokens are immutable, any changes to the terraform resource will trigger a deletion and recreation of those tokens,
10+
meaning that the secrets will be rotated out.
1111
---
1212

1313
# unleash_service_account_token (Resource)

go.mod

Lines changed: 23 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
module github.com/Unleash/terraform-provider-unleash
22

3-
go 1.18
3+
go 1.24.0
44

55
require (
66
github.com/Masterminds/semver v1.5.0
77
github.com/Unleash/unleash-server-api-go v0.5.4
88
github.com/fatih/structs v1.1.0
9-
github.com/hashicorp/terraform-plugin-docs v0.18.0
9+
github.com/hashicorp/terraform-plugin-docs v0.23.0
1010
github.com/hashicorp/terraform-plugin-framework v1.4.2
1111
github.com/hashicorp/terraform-plugin-go v0.19.0
1212
github.com/hashicorp/terraform-plugin-log v0.9.0
@@ -15,43 +15,46 @@ require (
1515
)
1616

1717
require (
18+
github.com/BurntSushi/toml v1.2.1 // indirect
1819
github.com/Kunde21/markdownfmt/v3 v3.1.0 // indirect
1920
github.com/Masterminds/goutils v1.1.1 // indirect
2021
github.com/Masterminds/semver/v3 v3.2.1 // indirect
2122
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
22-
github.com/ProtonMail/go-crypto v0.0.0-20230923063757-afb1ddc0824c // indirect
23+
github.com/ProtonMail/go-crypto v1.1.6 // indirect
2324
github.com/agext/levenshtein v1.2.2 // indirect
2425
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
2526
github.com/armon/go-radix v1.0.0 // indirect
2627
github.com/bgentry/speakeasy v0.1.0 // indirect
27-
github.com/cloudflare/circl v1.3.7 // indirect
28+
github.com/bmatcuk/doublestar/v4 v4.9.1 // indirect
29+
github.com/cloudflare/circl v1.6.1 // indirect
2830
github.com/davecgh/go-spew v1.1.1 // indirect
2931
github.com/fatih/color v1.16.0 // indirect
3032
github.com/golang/protobuf v1.5.3 // indirect
31-
github.com/google/go-cmp v0.6.0 // indirect
33+
github.com/google/go-cmp v0.7.0 // indirect
3234
github.com/google/uuid v1.3.0 // indirect
33-
github.com/hashicorp/cli v1.1.6 // indirect
35+
github.com/hashicorp/cli v1.1.7 // indirect
3436
github.com/hashicorp/errwrap v1.1.0 // indirect
3537
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
3638
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
3739
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320 // indirect
38-
github.com/hashicorp/go-hclog v1.5.0 // indirect
40+
github.com/hashicorp/go-hclog v1.6.3 // indirect
3941
github.com/hashicorp/go-multierror v1.1.1 // indirect
4042
github.com/hashicorp/go-plugin v1.5.1 // indirect
43+
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
4144
github.com/hashicorp/go-uuid v1.0.3 // indirect
42-
github.com/hashicorp/go-version v1.6.0 // indirect
43-
github.com/hashicorp/hc-install v0.6.2 // indirect
45+
github.com/hashicorp/go-version v1.7.0 // indirect
46+
github.com/hashicorp/hc-install v0.9.2 // indirect
4447
github.com/hashicorp/hcl/v2 v2.18.0 // indirect
4548
github.com/hashicorp/logutils v1.0.0 // indirect
46-
github.com/hashicorp/terraform-exec v0.20.0 // indirect
47-
github.com/hashicorp/terraform-json v0.21.0 // indirect
49+
github.com/hashicorp/terraform-exec v0.23.1 // indirect
50+
github.com/hashicorp/terraform-json v0.27.0 // indirect
4851
github.com/hashicorp/terraform-plugin-sdk/v2 v2.29.0 // indirect
4952
github.com/hashicorp/terraform-registry-address v0.2.2 // indirect
5053
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
5154
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect
5255
github.com/huandu/xstrings v1.3.3 // indirect
5356
github.com/imdario/mergo v0.3.15 // indirect
54-
github.com/mattn/go-colorable v0.1.13 // indirect
57+
github.com/mattn/go-colorable v0.1.14 // indirect
5558
github.com/mattn/go-isatty v0.0.20 // indirect
5659
github.com/mattn/go-runewidth v0.0.9 // indirect
5760
github.com/mitchellh/copystructure v1.2.0 // indirect
@@ -62,21 +65,21 @@ require (
6265
github.com/oklog/run v1.0.0 // indirect
6366
github.com/pmezard/go-difflib v1.0.0 // indirect
6467
github.com/posener/complete v1.2.3 // indirect
65-
github.com/russross/blackfriday v1.6.0 // indirect
6668
github.com/shopspring/decimal v1.3.1 // indirect
6769
github.com/spf13/cast v1.5.0 // indirect
6870
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
6971
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
7072
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
71-
github.com/yuin/goldmark v1.6.0 // indirect
73+
github.com/yuin/goldmark v1.7.7 // indirect
7274
github.com/yuin/goldmark-meta v1.1.0 // indirect
73-
github.com/zclconf/go-cty v1.14.1 // indirect
74-
golang.org/x/crypto v0.17.0 // indirect
75+
github.com/zclconf/go-cty v1.17.0 // indirect
76+
go.abhg.dev/goldmark/frontmatter v0.2.0 // indirect
77+
golang.org/x/crypto v0.38.0 // indirect
7578
golang.org/x/exp v0.0.0-20230809150735-7b3493d9a819 // indirect
76-
golang.org/x/mod v0.14.0 // indirect
77-
golang.org/x/net v0.18.0 // indirect
78-
golang.org/x/sys v0.15.0 // indirect
79-
golang.org/x/text v0.14.0 // indirect
79+
golang.org/x/mod v0.27.0 // indirect
80+
golang.org/x/net v0.38.0 // indirect
81+
golang.org/x/sys v0.35.0 // indirect
82+
golang.org/x/text v0.29.0 // indirect
8083
google.golang.org/appengine v1.6.7 // indirect
8184
google.golang.org/genproto/googleapis/rpc v0.0.0-20230525234030-28d5490b6b19 // indirect
8285
google.golang.org/grpc v1.57.1 // indirect

0 commit comments

Comments
 (0)