Skip to content

Commit

Permalink
chore(deps): Updated (#982)
Browse files Browse the repository at this point in the history
  • Loading branch information
team-tf-cdk authored Jun 5, 2023
1 parent dbea045 commit 2e2f05a
Show file tree
Hide file tree
Showing 26 changed files with 1,227 additions and 1,225 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/provider-upgrade.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .projen/tasks.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

138 changes: 69 additions & 69 deletions docs/dataHelmTemplate.csharp.md

Large diffs are not rendered by default.

138 changes: 69 additions & 69 deletions docs/dataHelmTemplate.go.md

Large diffs are not rendered by default.

230 changes: 115 additions & 115 deletions docs/dataHelmTemplate.java.md

Large diffs are not rendered by default.

232 changes: 116 additions & 116 deletions docs/dataHelmTemplate.python.md

Large diffs are not rendered by default.

138 changes: 69 additions & 69 deletions docs/dataHelmTemplate.typescript.md

Large diffs are not rendered by default.

86 changes: 43 additions & 43 deletions docs/provider.csharp.md

Large diffs are not rendered by default.

86 changes: 43 additions & 43 deletions docs/provider.go.md

Large diffs are not rendered by default.

108 changes: 54 additions & 54 deletions docs/provider.java.md

Large diffs are not rendered by default.

108 changes: 54 additions & 54 deletions docs/provider.python.md

Large diffs are not rendered by default.

86 changes: 43 additions & 43 deletions docs/provider.typescript.md

Large diffs are not rendered by default.

122 changes: 61 additions & 61 deletions docs/release.csharp.md

Large diffs are not rendered by default.

122 changes: 61 additions & 61 deletions docs/release.go.md

Large diffs are not rendered by default.

204 changes: 102 additions & 102 deletions docs/release.java.md

Large diffs are not rendered by default.

208 changes: 104 additions & 104 deletions docs/release.python.md

Large diffs are not rendered by default.

122 changes: 61 additions & 61 deletions docs/release.typescript.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/data-helm-template/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# `data_helm_template`

Refer to the Terraform Registory for docs: [`data_helm_template`](https://registry.terraform.io/providers/hashicorp/helm/2.10.0/docs/data-sources/template).
Refer to the Terraform Registory for docs: [`data_helm_template`](https://registry.terraform.io/providers/hashicorp/helm/2.10.1/docs/data-sources/template).
120 changes: 60 additions & 60 deletions src/data-helm-template/index.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/provider/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# `provider`

Refer to the Terraform Registory for docs: [`helm`](https://registry.terraform.io/providers/hashicorp/helm/2.10.0/docs).
Refer to the Terraform Registory for docs: [`helm`](https://registry.terraform.io/providers/hashicorp/helm/2.10.1/docs).
76 changes: 38 additions & 38 deletions src/provider/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* SPDX-License-Identifier: MPL-2.0
*/

// https://registry.terraform.io/providers/hashicorp/helm/2.10.0/docs
// https://registry.terraform.io/providers/hashicorp/helm/2.10.1/docs
// generated from terraform resource schema

import { Construct } from 'constructs';
Expand All @@ -15,75 +15,75 @@ export interface HelmProviderConfig {
/**
* Helm burst limit. Increase this if you have a cluster with many CRDs
*
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/2.10.0/docs#burst_limit HelmProvider#burst_limit}
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/2.10.1/docs#burst_limit HelmProvider#burst_limit}
*/
readonly burstLimit?: number;
/**
* Debug indicates whether or not Helm is running in Debug mode.
*
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/2.10.0/docs#debug HelmProvider#debug}
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/2.10.1/docs#debug HelmProvider#debug}
*/
readonly debug?: boolean | cdktf.IResolvable;
/**
* The backend storage driver. Values are: configmap, secret, memory, sql
*
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/2.10.0/docs#helm_driver HelmProvider#helm_driver}
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/2.10.1/docs#helm_driver HelmProvider#helm_driver}
*/
readonly helmDriver?: string;
/**
* The path to the helm plugins directory
*
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/2.10.0/docs#plugins_path HelmProvider#plugins_path}
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/2.10.1/docs#plugins_path HelmProvider#plugins_path}
*/
readonly pluginsPath?: string;
/**
* The path to the registry config file
*
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/2.10.0/docs#registry_config_path HelmProvider#registry_config_path}
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/2.10.1/docs#registry_config_path HelmProvider#registry_config_path}
*/
readonly registryConfigPath?: string;
/**
* The path to the file containing cached repository indexes
*
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/2.10.0/docs#repository_cache HelmProvider#repository_cache}
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/2.10.1/docs#repository_cache HelmProvider#repository_cache}
*/
readonly repositoryCache?: string;
/**
* The path to the file containing repository names and URLs
*
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/2.10.0/docs#repository_config_path HelmProvider#repository_config_path}
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/2.10.1/docs#repository_config_path HelmProvider#repository_config_path}
*/
readonly repositoryConfigPath?: string;
/**
* Alias name
*
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/2.10.0/docs#alias HelmProvider#alias}
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/2.10.1/docs#alias HelmProvider#alias}
*/
readonly alias?: string;
/**
* experiments block
*
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/2.10.0/docs#experiments HelmProvider#experiments}
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/2.10.1/docs#experiments HelmProvider#experiments}
*/
readonly experiments?: HelmProviderExperiments;
/**
* kubernetes block
*
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/2.10.0/docs#kubernetes HelmProvider#kubernetes}
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/2.10.1/docs#kubernetes HelmProvider#kubernetes}
*/
readonly kubernetes?: HelmProviderKubernetes;
/**
* registry block
*
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/2.10.0/docs#registry HelmProvider#registry}
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/2.10.1/docs#registry HelmProvider#registry}
*/
readonly registry?: HelmProviderRegistry[] | cdktf.IResolvable;
}
export interface HelmProviderExperiments {
/**
* Enable full diff by storing the rendered manifest in the state.
*
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/2.10.0/docs#manifest HelmProvider#manifest}
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/2.10.1/docs#manifest HelmProvider#manifest}
*/
readonly manifest?: boolean | cdktf.IResolvable;
}
Expand All @@ -100,19 +100,19 @@ export function helmProviderExperimentsToTerraform(struct?: HelmProviderExperime

export interface HelmProviderKubernetesExec {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/2.10.0/docs#api_version HelmProvider#api_version}
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/2.10.1/docs#api_version HelmProvider#api_version}
*/
readonly apiVersion: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/2.10.0/docs#args HelmProvider#args}
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/2.10.1/docs#args HelmProvider#args}
*/
readonly args?: string[];
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/2.10.0/docs#command HelmProvider#command}
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/2.10.1/docs#command HelmProvider#command}
*/
readonly command: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/2.10.0/docs#env HelmProvider#env}
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/2.10.1/docs#env HelmProvider#env}
*/
readonly env?: { [key: string]: string };
}
Expand All @@ -134,85 +134,85 @@ export interface HelmProviderKubernetes {
/**
* PEM-encoded client certificate for TLS authentication.
*
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/2.10.0/docs#client_certificate HelmProvider#client_certificate}
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/2.10.1/docs#client_certificate HelmProvider#client_certificate}
*/
readonly clientCertificate?: string;
/**
* PEM-encoded client certificate key for TLS authentication.
*
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/2.10.0/docs#client_key HelmProvider#client_key}
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/2.10.1/docs#client_key HelmProvider#client_key}
*/
readonly clientKey?: string;
/**
* PEM-encoded root certificates bundle for TLS authentication.
*
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/2.10.0/docs#cluster_ca_certificate HelmProvider#cluster_ca_certificate}
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/2.10.1/docs#cluster_ca_certificate HelmProvider#cluster_ca_certificate}
*/
readonly clusterCaCertificate?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/2.10.0/docs#config_context HelmProvider#config_context}
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/2.10.1/docs#config_context HelmProvider#config_context}
*/
readonly configContext?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/2.10.0/docs#config_context_auth_info HelmProvider#config_context_auth_info}
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/2.10.1/docs#config_context_auth_info HelmProvider#config_context_auth_info}
*/
readonly configContextAuthInfo?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/2.10.0/docs#config_context_cluster HelmProvider#config_context_cluster}
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/2.10.1/docs#config_context_cluster HelmProvider#config_context_cluster}
*/
readonly configContextCluster?: string;
/**
* Path to the kube config file. Can be set with KUBE_CONFIG_PATH.
*
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/2.10.0/docs#config_path HelmProvider#config_path}
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/2.10.1/docs#config_path HelmProvider#config_path}
*/
readonly configPath?: string;
/**
* A list of paths to kube config files. Can be set with KUBE_CONFIG_PATHS environment variable.
*
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/2.10.0/docs#config_paths HelmProvider#config_paths}
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/2.10.1/docs#config_paths HelmProvider#config_paths}
*/
readonly configPaths?: string[];
/**
* The hostname (in form of URI) of Kubernetes master.
*
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/2.10.0/docs#host HelmProvider#host}
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/2.10.1/docs#host HelmProvider#host}
*/
readonly host?: string;
/**
* Whether server should be accessed without verifying the TLS certificate.
*
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/2.10.0/docs#insecure HelmProvider#insecure}
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/2.10.1/docs#insecure HelmProvider#insecure}
*/
readonly insecure?: boolean | cdktf.IResolvable;
/**
* The password to use for HTTP basic authentication when accessing the Kubernetes master endpoint.
*
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/2.10.0/docs#password HelmProvider#password}
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/2.10.1/docs#password HelmProvider#password}
*/
readonly password?: string;
/**
* URL to the proxy to be used for all API requests
*
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/2.10.0/docs#proxy_url HelmProvider#proxy_url}
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/2.10.1/docs#proxy_url HelmProvider#proxy_url}
*/
readonly proxyUrl?: string;
/**
* Token to authenticate an service account
*
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/2.10.0/docs#token HelmProvider#token}
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/2.10.1/docs#token HelmProvider#token}
*/
readonly token?: string;
/**
* The username to use for HTTP basic authentication when accessing the Kubernetes master endpoint.
*
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/2.10.0/docs#username HelmProvider#username}
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/2.10.1/docs#username HelmProvider#username}
*/
readonly username?: string;
/**
* exec block
*
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/2.10.0/docs#exec HelmProvider#exec}
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/2.10.1/docs#exec HelmProvider#exec}
*/
readonly exec?: HelmProviderKubernetesExec;
}
Expand Down Expand Up @@ -245,19 +245,19 @@ export interface HelmProviderRegistry {
/**
* The password to use for HTTP basic authentication when accessing the Kubernetes master endpoint.
*
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/2.10.0/docs#password HelmProvider#password}
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/2.10.1/docs#password HelmProvider#password}
*/
readonly password: string;
/**
* OCI URL in form of oci://host:port or oci://host
*
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/2.10.0/docs#url HelmProvider#url}
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/2.10.1/docs#url HelmProvider#url}
*/
readonly url: string;
/**
* The username to use for HTTP basic authentication when accessing the Kubernetes master endpoint.
*
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/2.10.0/docs#username HelmProvider#username}
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/2.10.1/docs#username HelmProvider#username}
*/
readonly username: string;
}
Expand All @@ -276,7 +276,7 @@ export function helmProviderRegistryToTerraform(struct?: HelmProviderRegistry |


/**
* Represents a {@link https://registry.terraform.io/providers/hashicorp/helm/2.10.0/docs helm}
* Represents a {@link https://registry.terraform.io/providers/hashicorp/helm/2.10.1/docs helm}
*/
export class HelmProvider extends cdktf.TerraformProvider {

Expand All @@ -290,7 +290,7 @@ export class HelmProvider extends cdktf.TerraformProvider {
// ===========

/**
* Create a new {@link https://registry.terraform.io/providers/hashicorp/helm/2.10.0/docs helm} Resource
* Create a new {@link https://registry.terraform.io/providers/hashicorp/helm/2.10.1/docs helm} Resource
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
Expand All @@ -301,7 +301,7 @@ export class HelmProvider extends cdktf.TerraformProvider {
terraformResourceType: 'helm',
terraformGeneratorMetadata: {
providerName: 'helm',
providerVersion: '2.10.0',
providerVersion: '2.10.1',
providerVersionConstraint: '~> 2.3'
},
terraformProviderSource: 'helm'
Expand Down
2 changes: 1 addition & 1 deletion src/release/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# `helm_release`

Refer to the Terraform Registory for docs: [`helm_release`](https://registry.terraform.io/providers/hashicorp/helm/2.10.0/docs/resources/release).
Refer to the Terraform Registory for docs: [`helm_release`](https://registry.terraform.io/providers/hashicorp/helm/2.10.1/docs/resources/release).
Loading

0 comments on commit 2e2f05a

Please sign in to comment.