Skip to content

Commit

Permalink
chore: upgrade provider from 4.59.0 to version 4.60.0 (#1471)
Browse files Browse the repository at this point in the history
This PR upgrades provider to version 4.60.0
  • Loading branch information
team-tf-cdk authored Apr 5, 2023
1 parent f47b714 commit bddf13a
Show file tree
Hide file tree
Showing 861 changed files with 40,031 additions and 12,069 deletions.
1 change: 1 addition & 0 deletions docs/API.csharp.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ The following submodules are available:
- [apigeeFlowhook](./apigeeFlowhook.csharp.md)
- [apigeeInstance](./apigeeInstance.csharp.md)
- [apigeeInstanceAttachment](./apigeeInstanceAttachment.csharp.md)
- [apigeeKeystoresAliasesKeyCertFile](./apigeeKeystoresAliasesKeyCertFile.csharp.md)
- [apigeeNatAddress](./apigeeNatAddress.csharp.md)
- [apigeeOrganization](./apigeeOrganization.csharp.md)
- [apigeeSharedflow](./apigeeSharedflow.csharp.md)
Expand Down
1 change: 1 addition & 0 deletions docs/API.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ The following submodules are available:
- [apigeeFlowhook](./apigeeFlowhook.go.md)
- [apigeeInstance](./apigeeInstance.go.md)
- [apigeeInstanceAttachment](./apigeeInstanceAttachment.go.md)
- [apigeeKeystoresAliasesKeyCertFile](./apigeeKeystoresAliasesKeyCertFile.go.md)
- [apigeeNatAddress](./apigeeNatAddress.go.md)
- [apigeeOrganization](./apigeeOrganization.go.md)
- [apigeeSharedflow](./apigeeSharedflow.go.md)
Expand Down
1 change: 1 addition & 0 deletions docs/API.java.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ The following submodules are available:
- [apigeeFlowhook](./apigeeFlowhook.java.md)
- [apigeeInstance](./apigeeInstance.java.md)
- [apigeeInstanceAttachment](./apigeeInstanceAttachment.java.md)
- [apigeeKeystoresAliasesKeyCertFile](./apigeeKeystoresAliasesKeyCertFile.java.md)
- [apigeeNatAddress](./apigeeNatAddress.java.md)
- [apigeeOrganization](./apigeeOrganization.java.md)
- [apigeeSharedflow](./apigeeSharedflow.java.md)
Expand Down
1 change: 1 addition & 0 deletions docs/API.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ The following submodules are available:
- [apigeeFlowhook](./apigeeFlowhook.python.md)
- [apigeeInstance](./apigeeInstance.python.md)
- [apigeeInstanceAttachment](./apigeeInstanceAttachment.python.md)
- [apigeeKeystoresAliasesKeyCertFile](./apigeeKeystoresAliasesKeyCertFile.python.md)
- [apigeeNatAddress](./apigeeNatAddress.python.md)
- [apigeeOrganization](./apigeeOrganization.python.md)
- [apigeeSharedflow](./apigeeSharedflow.python.md)
Expand Down
1 change: 1 addition & 0 deletions docs/API.typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ The following submodules are available:
- [apigeeFlowhook](./apigeeFlowhook.typescript.md)
- [apigeeInstance](./apigeeInstance.typescript.md)
- [apigeeInstanceAttachment](./apigeeInstanceAttachment.typescript.md)
- [apigeeKeystoresAliasesKeyCertFile](./apigeeKeystoresAliasesKeyCertFile.typescript.md)
- [apigeeNatAddress](./apigeeNatAddress.typescript.md)
- [apigeeOrganization](./apigeeOrganization.typescript.md)
- [apigeeSharedflow](./apigeeSharedflow.typescript.md)
Expand Down
2,755 changes: 2,755 additions & 0 deletions docs/apigeeKeystoresAliasesKeyCertFile.csharp.md

Large diffs are not rendered by default.

2,755 changes: 2,755 additions & 0 deletions docs/apigeeKeystoresAliasesKeyCertFile.go.md

Large diffs are not rendered by default.

2,933 changes: 2,933 additions & 0 deletions docs/apigeeKeystoresAliasesKeyCertFile.java.md

Large diffs are not rendered by default.

3,083 changes: 3,083 additions & 0 deletions docs/apigeeKeystoresAliasesKeyCertFile.python.md

Large diffs are not rendered by default.

2,718 changes: 2,718 additions & 0 deletions docs/apigeeKeystoresAliasesKeyCertFile.typescript.md

Large diffs are not rendered by default.

69 changes: 15 additions & 54 deletions docs/cloudRunService.csharp.md
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@ new CloudRunServiceConfig {
| <code><a href="#@cdktf/provider-google.cloudRunService.CloudRunServiceConfig.property.provider">Provider</a></code> | <code>HashiCorp.Cdktf.TerraformProvider</code> | *No description.* |
| <code><a href="#@cdktf/provider-google.cloudRunService.CloudRunServiceConfig.property.provisioners">Provisioners</a></code> | <code>object[]</code> | *No description.* |
| <code><a href="#@cdktf/provider-google.cloudRunService.CloudRunServiceConfig.property.location">Location</a></code> | <code>string</code> | The location of the cloud run instance. eg us-central1. |
| <code><a href="#@cdktf/provider-google.cloudRunService.CloudRunServiceConfig.property.name">Name</a></code> | <code>string</code> | Name must be unique within a namespace, within a Cloud Run region. |
| <code><a href="#@cdktf/provider-google.cloudRunService.CloudRunServiceConfig.property.name">Name</a></code> | <code>string</code> | Name must be unique within a Google Cloud project and region. |
| <code><a href="#@cdktf/provider-google.cloudRunService.CloudRunServiceConfig.property.autogenerateRevisionName">AutogenerateRevisionName</a></code> | <code>object</code> | If set to 'true', the revision name (template.metadata.name) will be omitted and autogenerated by Cloud Run. This cannot be set to 'true' while 'template.metadata.name' is also set. (For legacy support, if 'template.metadata.name' is unset in state while this field is set to false, the revision name will still autogenerate.). |
| <code><a href="#@cdktf/provider-google.cloudRunService.CloudRunServiceConfig.property.id">Id</a></code> | <code>string</code> | Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/cloud_run_service#id CloudRunService#id}. |
| <code><a href="#@cdktf/provider-google.cloudRunService.CloudRunServiceConfig.property.metadata">Metadata</a></code> | <code><a href="#@cdktf/provider-google.cloudRunService.CloudRunServiceMetadata">CloudRunServiceMetadata</a></code> | metadata block. |
Expand Down Expand Up @@ -958,7 +958,7 @@ public string Name { get; set; }

- *Type:* string

Name must be unique within a namespace, within a Cloud Run region.
Name must be unique within a Google Cloud project and region.

Is required when creating resources. Name is primarily intended
for creation idempotence and configuration definition. Cannot be updated.
Expand Down Expand Up @@ -1127,7 +1127,6 @@ Map of string keys and values that can be used to organize and categorize (scope

May match selectors of replication controllers
and routes.
More info: http://kubernetes.io/docs/user-guide/labels

Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/cloud_run_service#labels CloudRunService#labels}

Expand Down Expand Up @@ -1244,7 +1243,7 @@ new CloudRunServiceTemplateMetadata {
| --- | --- | --- |
| <code><a href="#@cdktf/provider-google.cloudRunService.CloudRunServiceTemplateMetadata.property.annotations">Annotations</a></code> | <code>System.Collections.Generic.IDictionary<string, string></code> | Annotations is a key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. |
| <code><a href="#@cdktf/provider-google.cloudRunService.CloudRunServiceTemplateMetadata.property.labels">Labels</a></code> | <code>System.Collections.Generic.IDictionary<string, string></code> | Map of string keys and values that can be used to organize and categorize (scope and select) objects. |
| <code><a href="#@cdktf/provider-google.cloudRunService.CloudRunServiceTemplateMetadata.property.name">Name</a></code> | <code>string</code> | Name must be unique within a namespace, within a Cloud Run region. |
| <code><a href="#@cdktf/provider-google.cloudRunService.CloudRunServiceTemplateMetadata.property.name">Name</a></code> | <code>string</code> | Name must be unique within a Google Cloud project and region. |
| <code><a href="#@cdktf/provider-google.cloudRunService.CloudRunServiceTemplateMetadata.property.namespace">Namespace</a></code> | <code>string</code> | In Cloud Run the namespace must be equal to either the project ID or project number. |

---
Expand All @@ -1259,9 +1258,6 @@ public System.Collections.Generic.IDictionary<string, string> Annotations { get;

Annotations is a key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata.

More
info: http://kubernetes.io/docs/user-guide/annotations

*Note**: The Cloud Run API may add additional annotations that were not provided in your config.
If terraform plan shows a diff where a server-side annotation is added, you can add it to your config
or apply the lifecycle.ignore_changes rule to the metadata.0.annotations field.
Expand All @@ -1280,10 +1276,6 @@ public System.Collections.Generic.IDictionary<string, string> Labels { get; set;

Map of string keys and values that can be used to organize and categorize (scope and select) objects.

May match selectors of replication controllers
and routes.
More info: http://kubernetes.io/docs/user-guide/labels

Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/cloud_run_service#labels CloudRunService#labels}

---
Expand All @@ -1296,11 +1288,10 @@ public string Name { get; set; }

- *Type:* string

Name must be unique within a namespace, within a Cloud Run region.
Name must be unique within a Google Cloud project and region.

Is required when creating resources. Name is primarily intended
for creation idempotence and configuration definition. Cannot be updated.
More info: http://kubernetes.io/docs/user-guide/identifiers#names

Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/cloud_run_service#name CloudRunService#name}

Expand Down Expand Up @@ -1455,9 +1446,9 @@ new CloudRunServiceTemplateSpecContainers {

| **Name** | **Type** | **Description** |
| --- | --- | --- |
| <code><a href="#@cdktf/provider-google.cloudRunService.CloudRunServiceTemplateSpecContainers.property.image">Image</a></code> | <code>string</code> | Docker image name. |
| <code><a href="#@cdktf/provider-google.cloudRunService.CloudRunServiceTemplateSpecContainers.property.args">Args</a></code> | <code>string[]</code> | Arguments to the entrypoint. |
| <code><a href="#@cdktf/provider-google.cloudRunService.CloudRunServiceTemplateSpecContainers.property.command">Command</a></code> | <code>string[]</code> | Entrypoint array. |
| <code><a href="#@cdktf/provider-google.cloudRunService.CloudRunServiceTemplateSpecContainers.property.image">Image</a></code> | <code>string</code> | Docker image name. This is most often a reference to a container located in the container registry, such as gcr.io/cloudrun/hello. |
| <code><a href="#@cdktf/provider-google.cloudRunService.CloudRunServiceTemplateSpecContainers.property.args">Args</a></code> | <code>string[]</code> | Arguments to the entrypoint. The docker image's CMD is used if this is not provided. |
| <code><a href="#@cdktf/provider-google.cloudRunService.CloudRunServiceTemplateSpecContainers.property.command">Command</a></code> | <code>string[]</code> | Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided. |
| <code><a href="#@cdktf/provider-google.cloudRunService.CloudRunServiceTemplateSpecContainers.property.env">Env</a></code> | <code>object</code> | env block. |
| <code><a href="#@cdktf/provider-google.cloudRunService.CloudRunServiceTemplateSpecContainers.property.envFrom">EnvFrom</a></code> | <code>object</code> | env_from block. |
| <code><a href="#@cdktf/provider-google.cloudRunService.CloudRunServiceTemplateSpecContainers.property.ports">Ports</a></code> | <code>object</code> | ports block. |
Expand All @@ -1475,11 +1466,7 @@ public string Image { get; set; }

- *Type:* string

Docker image name.

This is most often a reference to a container located
in the container registry, such as gcr.io/cloudrun/hello
More info: https://kubernetes.io/docs/concepts/containers/images
Docker image name. This is most often a reference to a container located in the container registry, such as gcr.io/cloudrun/hello.

Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/cloud_run_service#image CloudRunService#image}

Expand All @@ -1493,16 +1480,7 @@ public string[] Args { get; set; }

- *Type:* string[]

Arguments to the entrypoint.

The docker image's CMD is used if this is not provided.
Variable references $(VAR_NAME) are expanded using the container's
environment. If a variable cannot be resolved, the reference in the input
string will be unchanged. The $(VAR_NAME) syntax can be escaped with a
double $$, ie: $$(VAR_NAME). Escaped references will never be expanded,
regardless of whether the variable exists or not.
More info:
https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell
Arguments to the entrypoint. The docker image's CMD is used if this is not provided.

Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/cloud_run_service#args CloudRunService#args}

Expand All @@ -1516,17 +1494,7 @@ public string[] Command { get; set; }

- *Type:* string[]

Entrypoint array.

Not executed within a shell.
The docker image's ENTRYPOINT is used if this is not provided.
Variable references $(VAR_NAME) are expanded using the container's
environment. If a variable cannot be resolved, the reference in the input
string will be unchanged. The $(VAR_NAME) syntax can be escaped with a
double $$, ie: $$(VAR_NAME). Escaped references will never be expanded,
regardless of whether the variable exists or not.
More info:
https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell
Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided.

Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/cloud_run_service#command CloudRunService#command}

Expand Down Expand Up @@ -1635,7 +1603,7 @@ new CloudRunServiceTemplateSpecContainersEnv {
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| <code><a href="#@cdktf/provider-google.cloudRunService.CloudRunServiceTemplateSpecContainersEnv.property.name">Name</a></code> | <code>string</code> | Name of the environment variable. |
| <code><a href="#@cdktf/provider-google.cloudRunService.CloudRunServiceTemplateSpecContainersEnv.property.value">Value</a></code> | <code>string</code> | Variable references $(VAR_NAME) are expanded using the previous defined environment variables in the container and any route environment variables. |
| <code><a href="#@cdktf/provider-google.cloudRunService.CloudRunServiceTemplateSpecContainersEnv.property.value">Value</a></code> | <code>string</code> | Defaults to "". |
| <code><a href="#@cdktf/provider-google.cloudRunService.CloudRunServiceTemplateSpecContainersEnv.property.valueFrom">ValueFrom</a></code> | <code><a href="#@cdktf/provider-google.cloudRunService.CloudRunServiceTemplateSpecContainersEnvValueFrom">CloudRunServiceTemplateSpecContainersEnvValueFrom</a></code> | value_from block. |

---
Expand All @@ -1662,13 +1630,6 @@ public string Value { get; set; }

- *Type:* string

Variable references $(VAR_NAME) are expanded using the previous defined environment variables in the container and any route environment variables.

If a variable cannot be resolved,
the reference in the input string will be unchanged. The $(VAR_NAME)
syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped
references will never be expanded, regardless of whether the variable
exists or not.
Defaults to "".

Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/cloud_run_service#value CloudRunService#value}
Expand Down Expand Up @@ -1821,7 +1782,7 @@ new CloudRunServiceTemplateSpecContainersEnvFromConfigMapRefLocalObjectReference

| **Name** | **Type** | **Description** |
| --- | --- | --- |
| <code><a href="#@cdktf/provider-google.cloudRunService.CloudRunServiceTemplateSpecContainersEnvFromConfigMapRefLocalObjectReference.property.name">Name</a></code> | <code>string</code> | Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names. |
| <code><a href="#@cdktf/provider-google.cloudRunService.CloudRunServiceTemplateSpecContainersEnvFromConfigMapRefLocalObjectReference.property.name">Name</a></code> | <code>string</code> | Name of the referent. |

---

Expand All @@ -1833,7 +1794,7 @@ public string Name { get; set; }

- *Type:* string

Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names.
Name of the referent.

Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/cloud_run_service#name CloudRunService#name}

Expand Down Expand Up @@ -1905,7 +1866,7 @@ new CloudRunServiceTemplateSpecContainersEnvFromSecretRefLocalObjectReference {

| **Name** | **Type** | **Description** |
| --- | --- | --- |
| <code><a href="#@cdktf/provider-google.cloudRunService.CloudRunServiceTemplateSpecContainersEnvFromSecretRefLocalObjectReference.property.name">Name</a></code> | <code>string</code> | Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names. |
| <code><a href="#@cdktf/provider-google.cloudRunService.CloudRunServiceTemplateSpecContainersEnvFromSecretRefLocalObjectReference.property.name">Name</a></code> | <code>string</code> | Name of the referent. |

---

Expand All @@ -1917,7 +1878,7 @@ public string Name { get; set; }

- *Type:* string

Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names.
Name of the referent.

Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/cloud_run_service#name CloudRunService#name}

Expand Down
Loading

0 comments on commit bddf13a

Please sign in to comment.