Skip to content

Commit 7a275c4

Browse files
tongyimingmikatong
and
mikatong
authored
update tke oidc doc (#2787)
Co-authored-by: mikatong <[email protected]>
1 parent 925250d commit 7a275c4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tencentcloud/provider.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ func Provider() *schema.Provider {
292292
"enable_pod_oidc": {
293293
Type: schema.TypeBool,
294294
Optional: true,
295-
Description: "Enable pod oidc.",
295+
Description: "Whether to enable pod oidc.",
296296
},
297297
"assume_role_with_web_identity": {
298298
Type: schema.TypeList,

website/docs/index.html.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ In addition to generic provider arguments (e.g. alias and version), the followin
272272
* `profile` - (Optional) The profile name as set in the shared credentials. It can also be sourced from the `TENCENTCLOUD_PROFILE` environment variable. If not set, the default profile created with `tccli configure` will be used.
273273
* `assume_role` - (Optional, Available in 1.33.1+) An `assume_role` block (documented below). If provided, terraform will attempt to assume this role using the supplied credentials. Only one `assume_role` block may be in the configuration.
274274
* `assume_role_with_saml` - (Optional, Available in 1.81.111+) An `assume_role_with_saml` block (documented below). If provided, terraform will attempt to assume this role using the supplied credentials. Only one `assume_role_with_saml` block may be in the configuration.
275+
* `enable_pod_oidc` - (Optional, Available in 1.81.117+) Whether to enable pod oidc.
275276
* `assume_role_with_web_identity` - (Optional, Available in 1.81.111+) An `assume_role_with_web_identity` block (documented below). If provided, terraform will attempt to assume this role using the supplied credentials. Only one `assume_role_with_web_identity` block may be in the configuration.
276277
* `protocol` - (Optional, Available in 1.37.0+) The protocol of the API request. Valid values: `HTTP` and `HTTPS`. Default is `HTTPS`.
277278
* `domain` - (Optional, Available in 1.37.0+) The root domain of the API request, Default is `tencentcloudapi.com`.

0 commit comments

Comments
 (0)