Skip to content

Commit

Permalink
Update dependency hashicorp/terraform-provider-google to v4.56.0 (#23)
Browse files Browse the repository at this point in the history
Signed-off-by: tflibsonnet-ci <120686569+tflibsonnet-ci@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
  • Loading branch information
tflibsonnet-ci and renovate[bot] authored Mar 8, 2023
1 parent 6681142 commit a8d23c4
Show file tree
Hide file tree
Showing 32 changed files with 3,017 additions and 16 deletions.
9 changes: 9 additions & 0 deletions 4.x/_gen/main.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -263,11 +263,19 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet');
data_catalog_entry_group_iam_binding: (import 'resources/data_catalog_entry_group_iam_binding.libsonnet'),
data_catalog_entry_group_iam_member: (import 'resources/data_catalog_entry_group_iam_member.libsonnet'),
data_catalog_entry_group_iam_policy: (import 'resources/data_catalog_entry_group_iam_policy.libsonnet'),
data_catalog_policy_tag: (import 'resources/data_catalog_policy_tag.libsonnet'),
data_catalog_policy_tag_iam_binding: (import 'resources/data_catalog_policy_tag_iam_binding.libsonnet'),
data_catalog_policy_tag_iam_member: (import 'resources/data_catalog_policy_tag_iam_member.libsonnet'),
data_catalog_policy_tag_iam_policy: (import 'resources/data_catalog_policy_tag_iam_policy.libsonnet'),
data_catalog_tag: (import 'resources/data_catalog_tag.libsonnet'),
data_catalog_tag_template: (import 'resources/data_catalog_tag_template.libsonnet'),
data_catalog_tag_template_iam_binding: (import 'resources/data_catalog_tag_template_iam_binding.libsonnet'),
data_catalog_tag_template_iam_member: (import 'resources/data_catalog_tag_template_iam_member.libsonnet'),
data_catalog_tag_template_iam_policy: (import 'resources/data_catalog_tag_template_iam_policy.libsonnet'),
data_catalog_taxonomy: (import 'resources/data_catalog_taxonomy.libsonnet'),
data_catalog_taxonomy_iam_binding: (import 'resources/data_catalog_taxonomy_iam_binding.libsonnet'),
data_catalog_taxonomy_iam_member: (import 'resources/data_catalog_taxonomy_iam_member.libsonnet'),
data_catalog_taxonomy_iam_policy: (import 'resources/data_catalog_taxonomy_iam_policy.libsonnet'),
data_fusion_instance: (import 'resources/data_fusion_instance.libsonnet'),
data_fusion_instance_iam_binding: (import 'resources/data_fusion_instance_iam_binding.libsonnet'),
data_fusion_instance_iam_member: (import 'resources/data_fusion_instance_iam_member.libsonnet'),
Expand Down Expand Up @@ -520,6 +528,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet');
recaptcha_enterprise_key: (import 'resources/recaptcha_enterprise_key.libsonnet'),
redis_instance: (import 'resources/redis_instance.libsonnet'),
resource_manager_lien: (import 'resources/resource_manager_lien.libsonnet'),
scc_mute_config: (import 'resources/scc_mute_config.libsonnet'),
scc_notification_config: (import 'resources/scc_notification_config.libsonnet'),
scc_source: (import 'resources/scc_source.libsonnet'),
scc_source_iam_binding: (import 'resources/scc_source_iam_binding.libsonnet'),
Expand Down
2 changes: 1 addition & 1 deletion 4.x/_gen/resources/alloydb_cluster.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet');
{
'#':: 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'),
automated_backup_policy:: {
'#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=[]),
'#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=[]),
new(
backup_window=null,
enabled=null,
Expand Down
Loading

0 comments on commit a8d23c4

Please sign in to comment.