Skip to content

fix(provider): [123456789]update tke oidc doc #2787

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tencentcloud/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ func Provider() *schema.Provider {
"enable_pod_oidc": {
Type: schema.TypeBool,
Optional: true,
Description: "Enable pod oidc.",
Description: "Whether to enable pod oidc.",
},
"assume_role_with_web_identity": {
Type: schema.TypeList,
Expand Down
1 change: 1 addition & 0 deletions website/docs/index.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ In addition to generic provider arguments (e.g. alias and version), the followin
* `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.
* `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.
* `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.
* `enable_pod_oidc` - (Optional, Available in 1.81.117+) Whether to enable pod oidc.
* `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.
* `protocol` - (Optional, Available in 1.37.0+) The protocol of the API request. Valid values: `HTTP` and `HTTPS`. Default is `HTTPS`.
* `domain` - (Optional, Available in 1.37.0+) The root domain of the API request, Default is `tencentcloudapi.com`.
Expand Down
Loading