Skip to content

Commit

Permalink
Bump deps (#35)
Browse files Browse the repository at this point in the history
Signed-off-by: tflibsonnet-ci <[email protected]>
Co-authored-by: yorinasub17 <[email protected]>
  • Loading branch information
tflibsonnet-ci and yorinasub17 authored May 15, 2023
1 parent fc60814 commit 73d9437
Show file tree
Hide file tree
Showing 36 changed files with 5,139 additions and 34 deletions.
45 changes: 45 additions & 0 deletions 4.x/_gen/data/datastream_static_ips.libsonnet
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
local tf = (import 'github.com/tf-libsonnet/core/main.libsonnet');
local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet');
{
'#':: d.pkg(name='google_datastream_static_ips', url='', help='`google_datastream_static_ips` represents the `google-beta_google_datastream_static_ips` Terraform data source.\n\n\n\nThis package contains functions and utilities for setting up the data source using Jsonnet code.\n'),
'#new':: d.fn(help="\n`google-beta.data.google_datastream_static_ips.new` injects a new `data_google-beta_google_datastream_static_ips` Terraform `data source`\nblock into the root module document.\n\nAdditionally, this inserts a private function into the `_ref` attribute that generates references to attributes of the\nresource. For example, if you added a new instance to the root using:\n\n # arguments omitted for brevity\n google-beta.data.google_datastream_static_ips.new('some_id')\n\nYou can get the reference to the `id` field of the created `google-beta.data.google_datastream_static_ips` using the reference:\n\n $._ref.data_google-beta_google_datastream_static_ips.some_id.get('id')\n\nThis is the same as directly entering `\"${ data_google-beta_google_datastream_static_ips.some_id.id }\"` as the value.\n\nNOTE: if you are chaining multiple resources together in a merge operation, you may not be able to use `super`, `self`,\nor `$` to refer to the root object. Instead, make an explicit outer object using `local`.\n\n**Args**:\n - `dataSrcLabel` (`string`): The name label of the block.\n - `location` (`string`): Set the `location` field on the resulting data source block.\n - `project` (`string`): Set the `project` field on the resulting data source block. When `null`, the `project` field will be omitted from the resulting object.\n\n**Returns**:\n- A mixin object that injects the new data source into the root Terraform configuration.\n", args=[]),
new(
dataSrcLabel,
location,
project=null,
_meta={}
):: tf.withData(
type='google_datastream_static_ips',
label=dataSrcLabel,
attrs=self.newAttrs(location=location, project=project),
_meta=_meta
),
'#newAttrs':: d.fn(help='\n`google-beta.data.google_datastream_static_ips.newAttrs` constructs a new object with attributes and blocks configured for the `google_datastream_static_ips`\nTerraform data source.\n\nUnlike [google-beta.data.google_datastream_static_ips.new](#fn-new), this function will not inject the `data source`\nblock into the root Terraform document. Instead, this must be passed in as the `attrs` argument for the\n[tf.withData](https://github.com/tf-libsonnet/core/tree/main/docs#fn-withdata) function to build a complete block.\n\nThis is most useful when you need to preprocess the attributes with functions, conditional, or looping logic prior to\ninjecting into a complete block.\n\n**Args**:\n - `location` (`string`): Set the `location` field on the resulting object.\n - `project` (`string`): Set the `project` field on the resulting object. When `null`, the `project` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that can be used with [tf.withData](https://github.com/tf-libsonnet/core/tree/main/docs#fn-withdata) to construct a new `google_datastream_static_ips` data source into the root Terraform configuration.\n', args=[]),
newAttrs(
location,
project=null
):: std.prune(a={
location: location,
project: project,
}),
'#withLocation':: d.fn(help='`google-beta.string.withLocation` constructs a mixin object that can be merged into the `string`\nTerraform data source block to set or update the location field.\n\n\n\n**Args**:\n - `dataSrcLabel` (`string`): The name label of the block to update.\n - `value` (`string`): The value to set for the `location` field.\n', args=[]),
withLocation(dataSrcLabel, value): {
data+: {
google_datastream_static_ips+: {
[dataSrcLabel]+: {
location: value,
},
},
},
},
'#withProject':: d.fn(help='`google-beta.string.withProject` constructs a mixin object that can be merged into the `string`\nTerraform data source block to set or update the project field.\n\n\n\n**Args**:\n - `dataSrcLabel` (`string`): The name label of the block to update.\n - `value` (`string`): The value to set for the `project` field.\n', args=[]),
withProject(dataSrcLabel, value): {
data+: {
google_datastream_static_ips+: {
[dataSrcLabel]+: {
project: value,
},
},
},
},
}
1 change: 1 addition & 0 deletions 4.x/_gen/data/main.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet');
container_registry_image: (import 'container_registry_image.libsonnet'),
container_registry_repository: (import 'container_registry_repository.libsonnet'),
dataproc_metastore_service: (import 'dataproc_metastore_service.libsonnet'),
datastream_static_ips: (import 'datastream_static_ips.libsonnet'),
dns_keys: (import 'dns_keys.libsonnet'),
dns_managed_zone: (import 'dns_managed_zone.libsonnet'),
dns_record_set: (import 'dns_record_set.libsonnet'),
Expand Down
5 changes: 5 additions & 0 deletions 4.x/_gen/main.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet');
compute_backend_service_iam_policy: (import 'resources/compute_backend_service_iam_policy.libsonnet'),
compute_backend_service_signed_url_key: (import 'resources/compute_backend_service_signed_url_key.libsonnet'),
compute_disk: (import 'resources/compute_disk.libsonnet'),
compute_disk_async_replication: (import 'resources/compute_disk_async_replication.libsonnet'),
compute_disk_iam_binding: (import 'resources/compute_disk_iam_binding.libsonnet'),
compute_disk_iam_member: (import 'resources/compute_disk_iam_member.libsonnet'),
compute_disk_iam_policy: (import 'resources/compute_disk_iam_policy.libsonnet'),
Expand Down Expand Up @@ -433,6 +434,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet');
firebaserules_ruleset: (import 'resources/firebaserules_ruleset.libsonnet'),
firestore_database: (import 'resources/firestore_database.libsonnet'),
firestore_document: (import 'resources/firestore_document.libsonnet'),
firestore_field: (import 'resources/firestore_field.libsonnet'),
firestore_index: (import 'resources/firestore_index.libsonnet'),
folder: (import 'resources/folder.libsonnet'),
folder_access_approval_settings: (import 'resources/folder_access_approval_settings.libsonnet'),
Expand All @@ -456,6 +458,8 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet');
gke_hub_membership_iam_binding: (import 'resources/gke_hub_membership_iam_binding.libsonnet'),
gke_hub_membership_iam_member: (import 'resources/gke_hub_membership_iam_member.libsonnet'),
gke_hub_membership_iam_policy: (import 'resources/gke_hub_membership_iam_policy.libsonnet'),
gkeonprem_bare_metal_cluster: (import 'resources/gkeonprem_bare_metal_cluster.libsonnet'),
gkeonprem_bare_metal_node_pool: (import 'resources/gkeonprem_bare_metal_node_pool.libsonnet'),
gkeonprem_vmware_cluster: (import 'resources/gkeonprem_vmware_cluster.libsonnet'),
gkeonprem_vmware_node_pool: (import 'resources/gkeonprem_vmware_node_pool.libsonnet'),
healthcare_consent_store: (import 'resources/healthcare_consent_store.libsonnet'),
Expand Down Expand Up @@ -565,6 +569,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet');
network_security_client_tls_policy: (import 'resources/network_security_client_tls_policy.libsonnet'),
network_security_gateway_security_policy: (import 'resources/network_security_gateway_security_policy.libsonnet'),
network_security_gateway_security_policy_rule: (import 'resources/network_security_gateway_security_policy_rule.libsonnet'),
network_security_tls_inspection_policy: (import 'resources/network_security_tls_inspection_policy.libsonnet'),
network_security_url_lists: (import 'resources/network_security_url_lists.libsonnet'),
network_services_edge_cache_keyset: (import 'resources/network_services_edge_cache_keyset.libsonnet'),
network_services_edge_cache_origin: (import 'resources/network_services_edge_cache_origin.libsonnet'),
Expand Down
14 changes: 13 additions & 1 deletion 4.x/_gen/resources/bigquery_job.libsonnet

Large diffs are not rendered by default.

14 changes: 13 additions & 1 deletion 4.x/_gen/resources/cloud_run_v2_job.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -288,13 +288,25 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet');
instances: instances,
}),
},
'#new':: d.fn(help='\n`google-beta.google_cloud_run_v2_job.template.template.volumes.new` constructs a new object with attributes and blocks configured for the `volumes`\nTerraform sub block.\n\n\n\n**Args**:\n - `name` (`string`): Volume&#39;s name.\n - `cloud_sql_instance` (`list[obj]`): For Cloud SQL volumes, contains the specific instances that should be mounted. Visit https://cloud.google.com/sql/docs/mysql/connect-run for more information on how to connect Cloud SQL and Cloud Run. When `null`, the `cloud_sql_instance` 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_cloud_run_v2_job.template.template.volumes.cloud_sql_instance.new](#fn-templatetemplatetemplatecloud_sql_instancenew) constructor.\n - `secret` (`list[obj]`): Secret represents a secret that should populate this volume. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret When `null`, the `secret` 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_cloud_run_v2_job.template.template.volumes.secret.new](#fn-templatetemplatetemplatesecretnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `volumes` sub block.\n', args=[]),
empty_dir:: {
'#new':: d.fn(help='\n`google-beta.google_cloud_run_v2_job.template.template.volumes.empty_dir.new` constructs a new object with attributes and blocks configured for the `empty_dir`\nTerraform sub block.\n\n\n\n**Args**:\n - `medium` (`string`): The different types of medium supported for EmptyDir. Default value: &#34;MEMORY&#34; Possible values: [&#34;MEMORY&#34;] When `null`, the `medium` field will be omitted from the resulting object.\n - `size_limit` (`string`): Limit on the storage usable by this EmptyDir volume. The size limit is also applicable for memory medium. The maximum usage on memory medium EmptyDir would be the minimum value between the SizeLimit specified here and the sum of memory limits of all containers in a pod. This field&#39;s values are of the &#39;Quantity&#39; k8s type: https://kubernetes.io/docs/reference/kubernetes-api/common-definitions/quantity/. The default is nil which means that the limit is undefined. More info: http://kubernetes.io/docs/user-guide/volumes#emptydir. When `null`, the `size_limit` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `empty_dir` sub block.\n', args=[]),
new(
medium=null,
size_limit=null
):: std.prune(a={
medium: medium,
size_limit: size_limit,
}),
},
'#new':: d.fn(help='\n`google-beta.google_cloud_run_v2_job.template.template.volumes.new` constructs a new object with attributes and blocks configured for the `volumes`\nTerraform sub block.\n\n\n\n**Args**:\n - `name` (`string`): Volume&#39;s name.\n - `cloud_sql_instance` (`list[obj]`): For Cloud SQL volumes, contains the specific instances that should be mounted. Visit https://cloud.google.com/sql/docs/mysql/connect-run for more information on how to connect Cloud SQL and Cloud Run. When `null`, the `cloud_sql_instance` 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_cloud_run_v2_job.template.template.volumes.cloud_sql_instance.new](#fn-templatetemplatetemplatecloud_sql_instancenew) constructor.\n - `empty_dir` (`list[obj]`): Ephemeral storage used as a shared volume. When `null`, the `empty_dir` 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_cloud_run_v2_job.template.template.volumes.empty_dir.new](#fn-templatetemplatetemplateempty_dirnew) constructor.\n - `secret` (`list[obj]`): Secret represents a secret that should populate this volume. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret When `null`, the `secret` 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_cloud_run_v2_job.template.template.volumes.secret.new](#fn-templatetemplatetemplatesecretnew) constructor.\n\n**Returns**:\n - An attribute object that represents the `volumes` sub block.\n', args=[]),
new(
name,
cloud_sql_instance=null,
empty_dir=null,
secret=null
):: std.prune(a={
cloud_sql_instance: cloud_sql_instance,
empty_dir: empty_dir,
name: name,
secret: secret,
}),
Expand Down
Loading

0 comments on commit 73d9437

Please sign in to comment.