Skip to content

Commit

Permalink
Update dependency hashicorp/terraform-provider-google-beta to v4.77.0 (
Browse files Browse the repository at this point in the history
…#40)

Signed-off-by: tflibsonnet-ci <[email protected]>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
  • Loading branch information
tflibsonnet-ci and renovate[bot] committed Aug 13, 2023
1 parent a152d33 commit 5db4961
Show file tree
Hide file tree
Showing 44 changed files with 2,643 additions and 65 deletions.
2 changes: 2 additions & 0 deletions 4.x/_gen/main.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,8 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet');
dns_response_policy_rule: (import 'resources/dns_response_policy_rule.libsonnet'),
document_ai_processor: (import 'resources/document_ai_processor.libsonnet'),
document_ai_processor_default_version: (import 'resources/document_ai_processor_default_version.libsonnet'),
document_ai_warehouse_document_schema: (import 'resources/document_ai_warehouse_document_schema.libsonnet'),
document_ai_warehouse_location: (import 'resources/document_ai_warehouse_location.libsonnet'),
endpoints_service: (import 'resources/endpoints_service.libsonnet'),
endpoints_service_consumers_iam_binding: (import 'resources/endpoints_service_consumers_iam_binding.libsonnet'),
endpoints_service_consumers_iam_member: (import 'resources/endpoints_service_consumers_iam_member.libsonnet'),
Expand Down
8 changes: 6 additions & 2 deletions 4.x/_gen/provider_google-beta.libsonnet

Large diffs are not rendered by default.

48 changes: 46 additions & 2 deletions 4.x/_gen/resources/alloydb_cluster.libsonnet

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 4.x/_gen/resources/cloudbuild_trigger.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet');
timeout: timeout,
}),
options:: {
'#new':: d.fn(help='\n`google-beta.google_cloudbuild_trigger.build.options.new` constructs a new object with attributes and blocks configured for the `options`\nTerraform sub block.\n\n\n\n**Args**:\n - `disk_size_gb` (`number`): Requested disk size for the VM that runs the build. Note that this is NOT &#34;disk free&#34;;\nsome of the space will be used by the operating system and build utilities.\nAlso note that this is the minimum disk size that will be allocated for the build --\nthe build may run with a larger disk than requested. At present, the maximum disk size\nis 1000GB; builds that request more than the maximum are rejected with an error. When `null`, the `disk_size_gb` field will be omitted from the resulting object.\n - `dynamic_substitutions` (`bool`): Option to specify whether or not to apply bash style string operations to the substitutions.\n\nNOTE this is always enabled for triggered builds and cannot be overridden in the build configuration file. When `null`, the `dynamic_substitutions` field will be omitted from the resulting object.\n - `env` (`list`): A list of global environment variable definitions that will exist for all build steps\nin this build. If a variable is defined in both globally and in a build step,\nthe variable will use the build step value.\n\nThe elements are of the form &#34;KEY=VALUE&#34; for the environment variable &#34;KEY&#34; being given the value &#34;VALUE&#34;. When `null`, the `env` field will be omitted from the resulting object.\n - `log_streaming_option` (`string`): Option to define build log streaming behavior to Google Cloud Storage. Possible values: [&#34;STREAM_DEFAULT&#34;, &#34;STREAM_ON&#34;, &#34;STREAM_OFF&#34;] When `null`, the `log_streaming_option` field will be omitted from the resulting object.\n - `logging` (`string`): Option to specify the logging mode, which determines if and where build logs are stored. Possible values: [&#34;LOGGING_UNSPECIFIED&#34;, &#34;LEGACY&#34;, &#34;GCS_ONLY&#34;, &#34;STACKDRIVER_ONLY&#34;, &#34;CLOUD_LOGGING_ONLY&#34;, &#34;NONE&#34;] When `null`, the `logging` field will be omitted from the resulting object.\n - `machine_type` (`string`): Compute Engine machine type on which to run the build. Possible values: [&#34;UNSPECIFIED&#34;, &#34;N1_HIGHCPU_8&#34;, &#34;N1_HIGHCPU_32&#34;, &#34;E2_HIGHCPU_8&#34;, &#34;E2_HIGHCPU_32&#34;] When `null`, the `machine_type` field will be omitted from the resulting object.\n - `requested_verify_option` (`string`): Requested verifiability options. Possible values: [&#34;NOT_VERIFIED&#34;, &#34;VERIFIED&#34;] When `null`, the `requested_verify_option` field will be omitted from the resulting object.\n - `secret_env` (`list`): A list of global environment variables, which are encrypted using a Cloud Key Management\nService crypto key. These values must be specified in the build&#39;s Secret. These variables\nwill be available to all build steps in this build. When `null`, the `secret_env` field will be omitted from the resulting object.\n - `source_provenance_hash` (`list`): Requested hash for SourceProvenance. Possible values: [&#34;NONE&#34;, &#34;SHA256&#34;, &#34;MD5&#34;] When `null`, the `source_provenance_hash` field will be omitted from the resulting object.\n - `substitution_option` (`string`): Option to specify behavior when there is an error in the substitution checks.\n\nNOTE this is always set to ALLOW_LOOSE for triggered builds and cannot be overridden\nin the build configuration file. Possible values: [&#34;MUST_MATCH&#34;, &#34;ALLOW_LOOSE&#34;] When `null`, the `substitution_option` field will be omitted from the resulting object.\n - `worker_pool` (`string`): Option to specify a WorkerPool for the build. Format projects/{project}/workerPools/{workerPool}\n\nThis field is experimental. When `null`, the `worker_pool` field will be omitted from the resulting object.\n - `volumes` (`list[obj]`): Global list of volumes to mount for ALL build steps\n\nEach volume is created as an empty volume prior to starting the build process.\nUpon completion of the build, volumes and their contents are discarded. Global\nvolume names and paths cannot conflict with the volumes defined a build step.\n\nUsing a global volume in a build with only one step is not valid as it is indicative\nof a build request with an incorrect configuration. When `null`, the `volumes` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [google-beta.google_cloudbuild_trigger.build.options.volumes.new](#fn-buildbuildvolumesnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `options` sub block.\n', args=[]),
'#new':: d.fn(help='\n`google-beta.google_cloudbuild_trigger.build.options.new` constructs a new object with attributes and blocks configured for the `options`\nTerraform sub block.\n\n\n\n**Args**:\n - `disk_size_gb` (`number`): Requested disk size for the VM that runs the build. Note that this is NOT &#34;disk free&#34;;\nsome of the space will be used by the operating system and build utilities.\nAlso note that this is the minimum disk size that will be allocated for the build --\nthe build may run with a larger disk than requested. At present, the maximum disk size\nis 1000GB; builds that request more than the maximum are rejected with an error. When `null`, the `disk_size_gb` field will be omitted from the resulting object.\n - `dynamic_substitutions` (`bool`): Option to specify whether or not to apply bash style string operations to the substitutions.\n\nNOTE this is always enabled for triggered builds and cannot be overridden in the build configuration file. When `null`, the `dynamic_substitutions` field will be omitted from the resulting object.\n - `env` (`list`): A list of global environment variable definitions that will exist for all build steps\nin this build. If a variable is defined in both globally and in a build step,\nthe variable will use the build step value.\n\nThe elements are of the form &#34;KEY=VALUE&#34; for the environment variable &#34;KEY&#34; being given the value &#34;VALUE&#34;. When `null`, the `env` field will be omitted from the resulting object.\n - `log_streaming_option` (`string`): Option to define build log streaming behavior to Google Cloud Storage. Possible values: [&#34;STREAM_DEFAULT&#34;, &#34;STREAM_ON&#34;, &#34;STREAM_OFF&#34;] When `null`, the `log_streaming_option` field will be omitted from the resulting object.\n - `logging` (`string`): Option to specify the logging mode, which determines if and where build logs are stored. Possible values: [&#34;LOGGING_UNSPECIFIED&#34;, &#34;LEGACY&#34;, &#34;GCS_ONLY&#34;, &#34;STACKDRIVER_ONLY&#34;, &#34;CLOUD_LOGGING_ONLY&#34;, &#34;NONE&#34;] When `null`, the `logging` field will be omitted from the resulting object.\n - `machine_type` (`string`): Compute Engine machine type on which to run the build. When `null`, the `machine_type` field will be omitted from the resulting object.\n - `requested_verify_option` (`string`): Requested verifiability options. Possible values: [&#34;NOT_VERIFIED&#34;, &#34;VERIFIED&#34;] When `null`, the `requested_verify_option` field will be omitted from the resulting object.\n - `secret_env` (`list`): A list of global environment variables, which are encrypted using a Cloud Key Management\nService crypto key. These values must be specified in the build&#39;s Secret. These variables\nwill be available to all build steps in this build. When `null`, the `secret_env` field will be omitted from the resulting object.\n - `source_provenance_hash` (`list`): Requested hash for SourceProvenance. Possible values: [&#34;NONE&#34;, &#34;SHA256&#34;, &#34;MD5&#34;] When `null`, the `source_provenance_hash` field will be omitted from the resulting object.\n - `substitution_option` (`string`): Option to specify behavior when there is an error in the substitution checks.\n\nNOTE this is always set to ALLOW_LOOSE for triggered builds and cannot be overridden\nin the build configuration file. Possible values: [&#34;MUST_MATCH&#34;, &#34;ALLOW_LOOSE&#34;] When `null`, the `substitution_option` field will be omitted from the resulting object.\n - `worker_pool` (`string`): Option to specify a WorkerPool for the build. Format projects/{project}/workerPools/{workerPool}\n\nThis field is experimental. When `null`, the `worker_pool` field will be omitted from the resulting object.\n - `volumes` (`list[obj]`): Global list of volumes to mount for ALL build steps\n\nEach volume is created as an empty volume prior to starting the build process.\nUpon completion of the build, volumes and their contents are discarded. Global\nvolume names and paths cannot conflict with the volumes defined a build step.\n\nUsing a global volume in a build with only one step is not valid as it is indicative\nof a build request with an incorrect configuration. When `null`, the `volumes` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [google-beta.google_cloudbuild_trigger.build.options.volumes.new](#fn-buildbuildvolumesnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `options` sub block.\n', args=[]),
new(
disk_size_gb=null,
dynamic_substitutions=null,
Expand Down
Loading

0 comments on commit 5db4961

Please sign in to comment.