Skip to content

Commit a8d23c4

Browse files
Update dependency hashicorp/terraform-provider-google to v4.56.0 (#23)
Signed-off-by: tflibsonnet-ci <[email protected]> Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
1 parent 6681142 commit a8d23c4

32 files changed

+3017
-16
lines changed

4.x/_gen/main.libsonnet

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,11 +263,19 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet');
263263
data_catalog_entry_group_iam_binding: (import 'resources/data_catalog_entry_group_iam_binding.libsonnet'),
264264
data_catalog_entry_group_iam_member: (import 'resources/data_catalog_entry_group_iam_member.libsonnet'),
265265
data_catalog_entry_group_iam_policy: (import 'resources/data_catalog_entry_group_iam_policy.libsonnet'),
266+
data_catalog_policy_tag: (import 'resources/data_catalog_policy_tag.libsonnet'),
267+
data_catalog_policy_tag_iam_binding: (import 'resources/data_catalog_policy_tag_iam_binding.libsonnet'),
268+
data_catalog_policy_tag_iam_member: (import 'resources/data_catalog_policy_tag_iam_member.libsonnet'),
269+
data_catalog_policy_tag_iam_policy: (import 'resources/data_catalog_policy_tag_iam_policy.libsonnet'),
266270
data_catalog_tag: (import 'resources/data_catalog_tag.libsonnet'),
267271
data_catalog_tag_template: (import 'resources/data_catalog_tag_template.libsonnet'),
268272
data_catalog_tag_template_iam_binding: (import 'resources/data_catalog_tag_template_iam_binding.libsonnet'),
269273
data_catalog_tag_template_iam_member: (import 'resources/data_catalog_tag_template_iam_member.libsonnet'),
270274
data_catalog_tag_template_iam_policy: (import 'resources/data_catalog_tag_template_iam_policy.libsonnet'),
275+
data_catalog_taxonomy: (import 'resources/data_catalog_taxonomy.libsonnet'),
276+
data_catalog_taxonomy_iam_binding: (import 'resources/data_catalog_taxonomy_iam_binding.libsonnet'),
277+
data_catalog_taxonomy_iam_member: (import 'resources/data_catalog_taxonomy_iam_member.libsonnet'),
278+
data_catalog_taxonomy_iam_policy: (import 'resources/data_catalog_taxonomy_iam_policy.libsonnet'),
271279
data_fusion_instance: (import 'resources/data_fusion_instance.libsonnet'),
272280
data_fusion_instance_iam_binding: (import 'resources/data_fusion_instance_iam_binding.libsonnet'),
273281
data_fusion_instance_iam_member: (import 'resources/data_fusion_instance_iam_member.libsonnet'),
@@ -520,6 +528,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet');
520528
recaptcha_enterprise_key: (import 'resources/recaptcha_enterprise_key.libsonnet'),
521529
redis_instance: (import 'resources/redis_instance.libsonnet'),
522530
resource_manager_lien: (import 'resources/resource_manager_lien.libsonnet'),
531+
scc_mute_config: (import 'resources/scc_mute_config.libsonnet'),
523532
scc_notification_config: (import 'resources/scc_notification_config.libsonnet'),
524533
scc_source: (import 'resources/scc_source.libsonnet'),
525534
scc_source_iam_binding: (import 'resources/scc_source_iam_binding.libsonnet'),

4.x/_gen/resources/alloydb_cluster.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet');
33
{
44
'#':: d.pkg(name='alloydb_cluster', url='', help='`alloydb_cluster` represents the `google_alloydb_cluster` Terraform resource.\n\n\n\nThis package contains functions and utilities for setting up the resource using Jsonnet code.\n'),
55
automated_backup_policy:: {
6-
'#new':: d.fn(help='\n`google.alloydb_cluster.automated_backup_policy.new` constructs a new object with attributes and blocks configured for the `automated_backup_policy`\nTerraform sub block.\n\n\n\n**Args**:\n - `backup_window` (`string`): The length of the time window during which a backup can be taken. If a backup does not succeed within this time window, it will be canceled and considered failed.\n\nThe backup window must be at least 5 minutes long. There is no upper bound on the window. If not set, it will default to 1 hour.\n\nA duration in seconds with up to nine fractional digits, terminated by &#39;s&#39;. Example: &#34;3.5s&#34;. When `null`, the `backup_window` field will be omitted from the resulting object.\n - `enabled` (`bool`): Whether automated automated backups are enabled. When `null`, the `enabled` field will be omitted from the resulting object.\n - `labels` (`obj`): Labels to apply to backups created using this configuration. When `null`, the `labels` field will be omitted from the resulting object.\n - `location` (`string`): The location where the backup will be stored. Currently, the only supported option is to store the backup in the same region as the cluster. When `null`, the `location` field will be omitted from the resulting object.\n - `quantity_based_retention` (`list[obj]`): Quantity-based Backup retention policy to retain recent backups. When `null`, the `quantity_based_retention` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [google.alloydb_cluster.automated_backup_policy.quantity_based_retention.new](#fn-automated_backup_policyquantity_based_retentionnew) constructor.\n - `time_based_retention` (`list[obj]`): Time-based Backup retention policy. When `null`, the `time_based_retention` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [google.alloydb_cluster.automated_backup_policy.time_based_retention.new](#fn-automated_backup_policytime_based_retentionnew) constructor.\n - `weekly_schedule` (`list[obj]`): Weekly schedule for the Backup. When `null`, the `weekly_schedule` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [google.alloydb_cluster.automated_backup_policy.weekly_schedule.new](#fn-automated_backup_policyweekly_schedulenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `automated_backup_policy` sub block.\n', args=[]),
6+
'#new':: d.fn(help='\n`google.alloydb_cluster.automated_backup_policy.new` constructs a new object with attributes and blocks configured for the `automated_backup_policy`\nTerraform sub block.\n\n\n\n**Args**:\n - `backup_window` (`string`): The length of the time window during which a backup can be taken. If a backup does not succeed within this time window, it will be canceled and considered failed.\n\nThe backup window must be at least 5 minutes long. There is no upper bound on the window. If not set, it will default to 1 hour.\n\nA duration in seconds with up to nine fractional digits, terminated by &#39;s&#39;. Example: &#34;3.5s&#34;. When `null`, the `backup_window` field will be omitted from the resulting object.\n - `enabled` (`bool`): Whether automated backups are enabled. When `null`, the `enabled` field will be omitted from the resulting object.\n - `labels` (`obj`): Labels to apply to backups created using this configuration. When `null`, the `labels` field will be omitted from the resulting object.\n - `location` (`string`): The location where the backup will be stored. Currently, the only supported option is to store the backup in the same region as the cluster. When `null`, the `location` field will be omitted from the resulting object.\n - `quantity_based_retention` (`list[obj]`): Quantity-based Backup retention policy to retain recent backups. When `null`, the `quantity_based_retention` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [google.alloydb_cluster.automated_backup_policy.quantity_based_retention.new](#fn-automated_backup_policyquantity_based_retentionnew) constructor.\n - `time_based_retention` (`list[obj]`): Time-based Backup retention policy. When `null`, the `time_based_retention` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [google.alloydb_cluster.automated_backup_policy.time_based_retention.new](#fn-automated_backup_policytime_based_retentionnew) constructor.\n - `weekly_schedule` (`list[obj]`): Weekly schedule for the Backup. When `null`, the `weekly_schedule` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [google.alloydb_cluster.automated_backup_policy.weekly_schedule.new](#fn-automated_backup_policyweekly_schedulenew) constructor.\n\n**Returns**:\n - An attribute object that represents the `automated_backup_policy` sub block.\n', args=[]),
77
new(
88
backup_window=null,
99
enabled=null,

0 commit comments

Comments
 (0)