Skip to content

Commit

Permalink
Update dependency hashicorp/terraform-provider-aws to v4.65.0 (#36)
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 Apr 28, 2023
1 parent 8f3ce60 commit 46a1d44
Show file tree
Hide file tree
Showing 56 changed files with 5,250 additions and 17 deletions.
18 changes: 16 additions & 2 deletions 4.x/_gen/data/ami_ids.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet');
values: values,
}),
},
'#new':: d.fn(help="\n`aws.data.ami_ids.new` injects a new `data_aws_ami_ids` 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 aws.data.ami_ids.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.data.ami_ids` using the reference:\n\n $._ref.data_aws_ami_ids.some_id.get('id')\n\nThis is the same as directly entering `\"${ data_aws_ami_ids.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 - `executable_users` (`list`): Set the `executable_users` field on the resulting data source block. When `null`, the `executable_users` field will be omitted from the resulting object.\n - `name_regex` (`string`): Set the `name_regex` field on the resulting data source block. When `null`, the `name_regex` field will be omitted from the resulting object.\n - `owners` (`list`): Set the `owners` field on the resulting data source block.\n - `sort_ascending` (`bool`): Set the `sort_ascending` field on the resulting data source block. When `null`, the `sort_ascending` field will be omitted from the resulting object.\n - `filter` (`list[obj]`): Set the `filter` field on the resulting data source block. When `null`, the `filter` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.data.ami_ids.filter.new](#fn-filternew) constructor.\n - `timeouts` (`obj`): Set the `timeouts` field on the resulting data source 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.data.ami_ids.timeouts.new](#fn-timeoutsnew) constructor.\n\n**Returns**:\n- A mixin object that injects the new data source into the root Terraform configuration.\n", args=[]),
'#new':: d.fn(help="\n`aws.data.ami_ids.new` injects a new `data_aws_ami_ids` 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 aws.data.ami_ids.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.data.ami_ids` using the reference:\n\n $._ref.data_aws_ami_ids.some_id.get('id')\n\nThis is the same as directly entering `\"${ data_aws_ami_ids.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 - `executable_users` (`list`): Set the `executable_users` field on the resulting data source block. When `null`, the `executable_users` field will be omitted from the resulting object.\n - `include_deprecated` (`bool`): Set the `include_deprecated` field on the resulting data source block. When `null`, the `include_deprecated` field will be omitted from the resulting object.\n - `name_regex` (`string`): Set the `name_regex` field on the resulting data source block. When `null`, the `name_regex` field will be omitted from the resulting object.\n - `owners` (`list`): Set the `owners` field on the resulting data source block.\n - `sort_ascending` (`bool`): Set the `sort_ascending` field on the resulting data source block. When `null`, the `sort_ascending` field will be omitted from the resulting object.\n - `filter` (`list[obj]`): Set the `filter` field on the resulting data source block. When `null`, the `filter` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.data.ami_ids.filter.new](#fn-filternew) constructor.\n - `timeouts` (`obj`): Set the `timeouts` field on the resulting data source 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.data.ami_ids.timeouts.new](#fn-timeoutsnew) constructor.\n\n**Returns**:\n- A mixin object that injects the new data source into the root Terraform configuration.\n", args=[]),
new(
dataSrcLabel,
owners,
executable_users=null,
filter=null,
include_deprecated=null,
name_regex=null,
sort_ascending=null,
timeouts=null,
Expand All @@ -28,24 +29,27 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet');
attrs=self.newAttrs(
executable_users=executable_users,
filter=filter,
include_deprecated=include_deprecated,
name_regex=name_regex,
owners=owners,
sort_ascending=sort_ascending,
timeouts=timeouts
),
_meta=_meta
),
'#newAttrs':: d.fn(help='\n`aws.data.ami_ids.newAttrs` constructs a new object with attributes and blocks configured for the `ami_ids`\nTerraform data source.\n\nUnlike [aws.data.ami_ids.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 - `executable_users` (`list`): Set the `executable_users` field on the resulting object. When `null`, the `executable_users` field will be omitted from the resulting object.\n - `name_regex` (`string`): Set the `name_regex` field on the resulting object. When `null`, the `name_regex` field will be omitted from the resulting object.\n - `owners` (`list`): Set the `owners` field on the resulting object.\n - `sort_ascending` (`bool`): Set the `sort_ascending` field on the resulting object. When `null`, the `sort_ascending` field will be omitted from the resulting object.\n - `filter` (`list[obj]`): Set the `filter` field on the resulting object. When `null`, the `filter` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.data.ami_ids.filter.new](#fn-filternew) constructor.\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.data.ami_ids.timeouts.new](#fn-timeoutsnew) constructor.\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 `ami_ids` data source into the root Terraform configuration.\n', args=[]),
'#newAttrs':: d.fn(help='\n`aws.data.ami_ids.newAttrs` constructs a new object with attributes and blocks configured for the `ami_ids`\nTerraform data source.\n\nUnlike [aws.data.ami_ids.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 - `executable_users` (`list`): Set the `executable_users` field on the resulting object. When `null`, the `executable_users` field will be omitted from the resulting object.\n - `include_deprecated` (`bool`): Set the `include_deprecated` field on the resulting object. When `null`, the `include_deprecated` field will be omitted from the resulting object.\n - `name_regex` (`string`): Set the `name_regex` field on the resulting object. When `null`, the `name_regex` field will be omitted from the resulting object.\n - `owners` (`list`): Set the `owners` field on the resulting object.\n - `sort_ascending` (`bool`): Set the `sort_ascending` field on the resulting object. When `null`, the `sort_ascending` field will be omitted from the resulting object.\n - `filter` (`list[obj]`): Set the `filter` field on the resulting object. When `null`, the `filter` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [aws.data.ami_ids.filter.new](#fn-filternew) constructor.\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.data.ami_ids.timeouts.new](#fn-timeoutsnew) constructor.\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 `ami_ids` data source into the root Terraform configuration.\n', args=[]),
newAttrs(
owners,
executable_users=null,
filter=null,
include_deprecated=null,
name_regex=null,
sort_ascending=null,
timeouts=null
):: std.prune(a={
executable_users: executable_users,
filter: filter,
include_deprecated: include_deprecated,
name_regex: name_regex,
owners: owners,
sort_ascending: sort_ascending,
Expand Down Expand Up @@ -89,6 +93,16 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet');
},
},
},
'#withIncludeDeprecated':: d.fn(help='`aws.bool.withIncludeDeprecated` constructs a mixin object that can be merged into the `bool`\nTerraform data source block to set or update the include_deprecated field.\n\n\n\n**Args**:\n - `dataSrcLabel` (`string`): The name label of the block to update.\n - `value` (`bool`): The value to set for the `include_deprecated` field.\n', args=[]),
withIncludeDeprecated(dataSrcLabel, value): {
data+: {
aws_ami_ids+: {
[dataSrcLabel]+: {
include_deprecated: value,
},
},
},
},
'#withNameRegex':: d.fn(help='`aws.string.withNameRegex` constructs a mixin object that can be merged into the `string`\nTerraform data source block to set or update the name_regex 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 `name_regex` field.\n', args=[]),
withNameRegex(dataSrcLabel, value): {
data+: {
Expand Down
45 changes: 45 additions & 0 deletions 4.x/_gen/data/api_gateway_authorizer.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='api_gateway_authorizer', url='', help='`api_gateway_authorizer` represents the `aws_api_gateway_authorizer` 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`aws.data.api_gateway_authorizer.new` injects a new `data_aws_api_gateway_authorizer` 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 aws.data.api_gateway_authorizer.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.data.api_gateway_authorizer` using the reference:\n\n $._ref.data_aws_api_gateway_authorizer.some_id.get('id')\n\nThis is the same as directly entering `\"${ data_aws_api_gateway_authorizer.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 - `authorizer_id` (`string`): Set the `authorizer_id` field on the resulting data source block.\n - `rest_api_id` (`string`): Set the `rest_api_id` field on the resulting data source block.\n\n**Returns**:\n- A mixin object that injects the new data source into the root Terraform configuration.\n", args=[]),
new(
dataSrcLabel,
authorizer_id,
rest_api_id,
_meta={}
):: tf.withData(
type='aws_api_gateway_authorizer',
label=dataSrcLabel,
attrs=self.newAttrs(authorizer_id=authorizer_id, rest_api_id=rest_api_id),
_meta=_meta
),
'#newAttrs':: d.fn(help='\n`aws.data.api_gateway_authorizer.newAttrs` constructs a new object with attributes and blocks configured for the `api_gateway_authorizer`\nTerraform data source.\n\nUnlike [aws.data.api_gateway_authorizer.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 - `authorizer_id` (`string`): Set the `authorizer_id` field on the resulting object.\n - `rest_api_id` (`string`): Set the `rest_api_id` field on 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 `api_gateway_authorizer` data source into the root Terraform configuration.\n', args=[]),
newAttrs(
authorizer_id,
rest_api_id
):: std.prune(a={
authorizer_id: authorizer_id,
rest_api_id: rest_api_id,
}),
'#withAuthorizerId':: d.fn(help='`aws.string.withAuthorizerId` constructs a mixin object that can be merged into the `string`\nTerraform data source block to set or update the authorizer_id 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 `authorizer_id` field.\n', args=[]),
withAuthorizerId(dataSrcLabel, value): {
data+: {
aws_api_gateway_authorizer+: {
[dataSrcLabel]+: {
authorizer_id: value,
},
},
},
},
'#withRestApiId':: d.fn(help='`aws.string.withRestApiId` constructs a mixin object that can be merged into the `string`\nTerraform data source block to set or update the rest_api_id 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 `rest_api_id` field.\n', args=[]),
withRestApiId(dataSrcLabel, value): {
data+: {
aws_api_gateway_authorizer+: {
[dataSrcLabel]+: {
rest_api_id: value,
},
},
},
},
}
32 changes: 32 additions & 0 deletions 4.x/_gen/data/api_gateway_authorizers.libsonnet
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
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='api_gateway_authorizers', url='', help='`api_gateway_authorizers` represents the `aws_api_gateway_authorizers` 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`aws.data.api_gateway_authorizers.new` injects a new `data_aws_api_gateway_authorizers` 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 aws.data.api_gateway_authorizers.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.data.api_gateway_authorizers` using the reference:\n\n $._ref.data_aws_api_gateway_authorizers.some_id.get('id')\n\nThis is the same as directly entering `\"${ data_aws_api_gateway_authorizers.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 - `rest_api_id` (`string`): Set the `rest_api_id` field on the resulting data source block.\n\n**Returns**:\n- A mixin object that injects the new data source into the root Terraform configuration.\n", args=[]),
new(
dataSrcLabel,
rest_api_id,
_meta={}
):: tf.withData(
type='aws_api_gateway_authorizers',
label=dataSrcLabel,
attrs=self.newAttrs(rest_api_id=rest_api_id),
_meta=_meta
),
'#newAttrs':: d.fn(help='\n`aws.data.api_gateway_authorizers.newAttrs` constructs a new object with attributes and blocks configured for the `api_gateway_authorizers`\nTerraform data source.\n\nUnlike [aws.data.api_gateway_authorizers.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 - `rest_api_id` (`string`): Set the `rest_api_id` field on 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 `api_gateway_authorizers` data source into the root Terraform configuration.\n', args=[]),
newAttrs(
rest_api_id
):: std.prune(a={
rest_api_id: rest_api_id,
}),
'#withRestApiId':: d.fn(help='`aws.string.withRestApiId` constructs a mixin object that can be merged into the `string`\nTerraform data source block to set or update the rest_api_id 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 `rest_api_id` field.\n', args=[]),
withRestApiId(dataSrcLabel, value): {
data+: {
aws_api_gateway_authorizers+: {
[dataSrcLabel]+: {
rest_api_id: value,
},
},
},
},
}
Loading

0 comments on commit 46a1d44

Please sign in to comment.