Skip to content

Commit

Permalink
Update dependency hashicorp/terraform-provider-aws to v4.54.0 (#24)
Browse files Browse the repository at this point in the history
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] authored Feb 13, 2023
1 parent 1f4df6d commit a9f88c8
Show file tree
Hide file tree
Showing 18 changed files with 1,454 additions and 17 deletions.
3 changes: 3 additions & 0 deletions 4.x/_gen/main.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet');
emrcontainers_virtual_cluster: (import 'resources/emrcontainers_virtual_cluster.libsonnet'),
emrserverless_application: (import 'resources/emrserverless_application.libsonnet'),
evidently_feature: (import 'resources/evidently_feature.libsonnet'),
evidently_launch: (import 'resources/evidently_launch.libsonnet'),
evidently_project: (import 'resources/evidently_project.libsonnet'),
evidently_segment: (import 'resources/evidently_segment.libsonnet'),
fis_experiment_template: (import 'resources/fis_experiment_template.libsonnet'),
Expand Down Expand Up @@ -656,6 +657,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet');
licensemanager_association: (import 'resources/licensemanager_association.libsonnet'),
licensemanager_license_configuration: (import 'resources/licensemanager_license_configuration.libsonnet'),
lightsail_bucket: (import 'resources/lightsail_bucket.libsonnet'),
lightsail_bucket_access_key: (import 'resources/lightsail_bucket_access_key.libsonnet'),
lightsail_certificate: (import 'resources/lightsail_certificate.libsonnet'),
lightsail_container_service: (import 'resources/lightsail_container_service.libsonnet'),
lightsail_container_service_deployment_version: (import 'resources/lightsail_container_service_deployment_version.libsonnet'),
Expand Down Expand Up @@ -745,6 +747,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet');
networkmanager_connect_attachment: (import 'resources/networkmanager_connect_attachment.libsonnet'),
networkmanager_connection: (import 'resources/networkmanager_connection.libsonnet'),
networkmanager_core_network: (import 'resources/networkmanager_core_network.libsonnet'),
networkmanager_core_network_policy_attachment: (import 'resources/networkmanager_core_network_policy_attachment.libsonnet'),
networkmanager_customer_gateway_association: (import 'resources/networkmanager_customer_gateway_association.libsonnet'),
networkmanager_device: (import 'resources/networkmanager_device.libsonnet'),
networkmanager_global_network: (import 'resources/networkmanager_global_network.libsonnet'),
Expand Down
42 changes: 38 additions & 4 deletions 4.x/_gen/resources/efs_mount_target.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ 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='efs_mount_target', url='', help='`efs_mount_target` represents the `aws_efs_mount_target` Terraform resource.\n\n\n\nThis package contains functions and utilities for setting up the resource using Jsonnet code.\n'),
'#new':: d.fn(help="\n`aws.efs_mount_target.new` injects a new `aws_efs_mount_target` Terraform `resource`\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 aws.efs_mount_target.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.efs_mount_target` using the reference:\n\n $._ref.aws_efs_mount_target.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_efs_mount_target.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 - `resourceLabel` (`string`): The name label of the block.\n - `file_system_id` (`string`): Set the `file_system_id` field on the resulting resource block.\n - `ip_address` (`string`): Set the `ip_address` field on the resulting resource block. When `null`, the `ip_address` field will be omitted from the resulting object.\n - `security_groups` (`list`): Set the `security_groups` field on the resulting resource block. When `null`, the `security_groups` field will be omitted from the resulting object.\n - `subnet_id` (`string`): Set the `subnet_id` field on the resulting resource block.\n\n**Returns**:\n- A mixin object that injects the new resource into the root Terraform configuration.\n", args=[]),
'#new':: d.fn(help="\n`aws.efs_mount_target.new` injects a new `aws_efs_mount_target` Terraform `resource`\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 aws.efs_mount_target.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.efs_mount_target` using the reference:\n\n $._ref.aws_efs_mount_target.some_id.get('id')\n\nThis is the same as directly entering `\"${ aws_efs_mount_target.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 - `resourceLabel` (`string`): The name label of the block.\n - `file_system_id` (`string`): Set the `file_system_id` field on the resulting resource block.\n - `ip_address` (`string`): Set the `ip_address` field on the resulting resource block. When `null`, the `ip_address` field will be omitted from the resulting object.\n - `security_groups` (`list`): Set the `security_groups` field on the resulting resource block. When `null`, the `security_groups` field will be omitted from the resulting object.\n - `subnet_id` (`string`): Set the `subnet_id` field on the resulting resource block.\n - `timeouts` (`obj`): Set the `timeouts` field on the resulting resource block. When `null`, the `timeouts` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.efs_mount_target.timeouts.new](#fn-timeoutsnew) constructor.\n\n**Returns**:\n- A mixin object that injects the new resource into the root Terraform configuration.\n", args=[]),
new(
resourceLabel,
file_system_id,
subnet_id,
ip_address=null,
security_groups=null,
timeouts=null,
_meta={}
):: tf.withResource(
type='aws_efs_mount_target',
Expand All @@ -17,22 +18,35 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet');
file_system_id=file_system_id,
ip_address=ip_address,
security_groups=security_groups,
subnet_id=subnet_id
subnet_id=subnet_id,
timeouts=timeouts
),
_meta=_meta
),
'#newAttrs':: d.fn(help='\n`aws.efs_mount_target.newAttrs` constructs a new object with attributes and blocks configured for the `efs_mount_target`\nTerraform resource.\n\nUnlike [aws.efs_mount_target.new](#fn-new), this function will not inject the `resource`\nblock into the root Terraform document. Instead, this must be passed in as the `attrs` argument for the\n[tf.withResource](https://github.com/tf-libsonnet/core/tree/main/docs#fn-withresource) 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 - `file_system_id` (`string`): Set the `file_system_id` field on the resulting object.\n - `ip_address` (`string`): Set the `ip_address` field on the resulting object. When `null`, the `ip_address` field will be omitted from the resulting object.\n - `security_groups` (`list`): Set the `security_groups` field on the resulting object. When `null`, the `security_groups` field will be omitted from the resulting object.\n - `subnet_id` (`string`): Set the `subnet_id` field on the resulting object.\n\n**Returns**:\n - An attribute object that can be used with [tf.withResource](https://github.com/tf-libsonnet/core/tree/main/docs#fn-withresource) to construct a new `efs_mount_target` resource into the root Terraform configuration.\n', args=[]),
'#newAttrs':: d.fn(help='\n`aws.efs_mount_target.newAttrs` constructs a new object with attributes and blocks configured for the `efs_mount_target`\nTerraform resource.\n\nUnlike [aws.efs_mount_target.new](#fn-new), this function will not inject the `resource`\nblock into the root Terraform document. Instead, this must be passed in as the `attrs` argument for the\n[tf.withResource](https://github.com/tf-libsonnet/core/tree/main/docs#fn-withresource) 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 - `file_system_id` (`string`): Set the `file_system_id` field on the resulting object.\n - `ip_address` (`string`): Set the `ip_address` field on the resulting object. When `null`, the `ip_address` field will be omitted from the resulting object.\n - `security_groups` (`list`): Set the `security_groups` field on the resulting object. When `null`, the `security_groups` field will be omitted from the resulting object.\n - `subnet_id` (`string`): Set the `subnet_id` field on the resulting object.\n - `timeouts` (`obj`): Set the `timeouts` field on the resulting object. When `null`, the `timeouts` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.efs_mount_target.timeouts.new](#fn-timeoutsnew) constructor.\n\n**Returns**:\n - An attribute object that can be used with [tf.withResource](https://github.com/tf-libsonnet/core/tree/main/docs#fn-withresource) to construct a new `efs_mount_target` resource into the root Terraform configuration.\n', args=[]),
newAttrs(
file_system_id,
subnet_id,
ip_address=null,
security_groups=null
security_groups=null,
timeouts=null
):: std.prune(a={
file_system_id: file_system_id,
ip_address: ip_address,
security_groups: security_groups,
subnet_id: subnet_id,
timeouts: timeouts,
}),
timeouts:: {
'#new':: d.fn(help='\n`aws.efs_mount_target.timeouts.new` constructs a new object with attributes and blocks configured for the `timeouts`\nTerraform sub block.\n\n\n\n**Args**:\n - `create` (`string`): Set the `create` field on the resulting object. When `null`, the `create` field will be omitted from the resulting object.\n - `delete` (`string`): Set the `delete` field on the resulting object. When `null`, the `delete` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `timeouts` sub block.\n', args=[]),
new(
create=null,
delete=null
):: std.prune(a={
create: create,
delete: delete,
}),
},
'#withFileSystemId':: d.fn(help='`aws.string.withFileSystemId` constructs a mixin object that can be merged into the `string`\nTerraform resource block to set or update the file_system_id field.\n\n\n\n**Args**:\n - `resourceLabel` (`string`): The name label of the block to update.\n - `value` (`string`): The value to set for the `file_system_id` field.\n', args=[]),
withFileSystemId(resourceLabel, value): {
resource+: {
Expand Down Expand Up @@ -73,4 +87,24 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet');
},
},
},
'#withTimeouts':: d.fn(help='`aws.obj.withTimeouts` constructs a mixin object that can be merged into the `obj`\nTerraform resource block to set or update the timeouts field.\n\nThis function will replace the map with the passed in `value`. If you wish to instead merge the\npassed in value to the existing map, use the [aws.obj.withTimeoutsMixin](TODO) function.\n\n**Args**:\n - `resourceLabel` (`string`): The name label of the block to update.\n - `value` (`obj`): The value to set for the `timeouts` field.\n', args=[]),
withTimeouts(resourceLabel, value): {
resource+: {
aws_efs_mount_target+: {
[resourceLabel]+: {
timeouts: value,
},
},
},
},
'#withTimeoutsMixin':: d.fn(help='`aws.obj.withTimeoutsMixin` constructs a mixin object that can be merged into the `obj`\nTerraform resource block to set or update the timeouts field.\n\nThis function will merge the passed in value to the existing map. If you wish\nto instead replace the entire map with the passed in `value`, use the [aws.obj.withTimeouts](TODO)\nfunction.\n\n\n**Args**:\n - `resourceLabel` (`string`): The name label of the block to update.\n - `value` (`obj`): The value to set for the `timeouts` field.\n', args=[]),
withTimeoutsMixin(resourceLabel, value): {
resource+: {
aws_efs_mount_target+: {
[resourceLabel]+: {
timeouts+: value,
},
},
},
},
}
Loading

0 comments on commit a9f88c8

Please sign in to comment.