Skip to content

Commit

Permalink
Update dependency hashicorp/terraform-provider-aws to v4.66.0 (#38)
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] committed May 5, 2023
1 parent 46a1d44 commit 7abe0b0
Show file tree
Hide file tree
Showing 64 changed files with 5,245 additions and 48 deletions.
45 changes: 45 additions & 0 deletions 4.x/_gen/data/appintegrations_event_integration.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='appintegrations_event_integration', url='', help='`appintegrations_event_integration` represents the `aws_appintegrations_event_integration` 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.appintegrations_event_integration.new` injects a new `data_aws_appintegrations_event_integration` 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.appintegrations_event_integration.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.data.appintegrations_event_integration` using the reference:\n\n $._ref.data_aws_appintegrations_event_integration.some_id.get('id')\n\nThis is the same as directly entering `\"${ data_aws_appintegrations_event_integration.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 - `name` (`string`): Set the `name` field on the resulting data source block.\n - `tags` (`obj`): Set the `tags` field on the resulting data source block. When `null`, the `tags` 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,
name,
tags=null,
_meta={}
):: tf.withData(
type='aws_appintegrations_event_integration',
label=dataSrcLabel,
attrs=self.newAttrs(name=name, tags=tags),
_meta=_meta
),
'#newAttrs':: d.fn(help='\n`aws.data.appintegrations_event_integration.newAttrs` constructs a new object with attributes and blocks configured for the `appintegrations_event_integration`\nTerraform data source.\n\nUnlike [aws.data.appintegrations_event_integration.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 - `name` (`string`): Set the `name` field on the resulting object.\n - `tags` (`obj`): Set the `tags` field on the resulting object. When `null`, the `tags` 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 `appintegrations_event_integration` data source into the root Terraform configuration.\n', args=[]),
newAttrs(
name,
tags=null
):: std.prune(a={
name: name,
tags: tags,
}),
'#withName':: d.fn(help='`aws.string.withName` constructs a mixin object that can be merged into the `string`\nTerraform data source block to set or update the name 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` field.\n', args=[]),
withName(dataSrcLabel, value): {
data+: {
aws_appintegrations_event_integration+: {
[dataSrcLabel]+: {
name: value,
},
},
},
},
'#withTags':: d.fn(help='`aws.obj.withTags` constructs a mixin object that can be merged into the `obj`\nTerraform data source block to set or update the tags field.\n\n\n\n**Args**:\n - `dataSrcLabel` (`string`): The name label of the block to update.\n - `value` (`obj`): The value to set for the `tags` field.\n', args=[]),
withTags(dataSrcLabel, value): {
data+: {
aws_appintegrations_event_integration+: {
[dataSrcLabel]+: {
tags: value,
},
},
},
},
}
45 changes: 45 additions & 0 deletions 4.x/_gen/data/dms_replication_instance.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='dms_replication_instance', url='', help='`dms_replication_instance` represents the `aws_dms_replication_instance` 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.dms_replication_instance.new` injects a new `data_aws_dms_replication_instance` 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.dms_replication_instance.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.data.dms_replication_instance` using the reference:\n\n $._ref.data_aws_dms_replication_instance.some_id.get('id')\n\nThis is the same as directly entering `\"${ data_aws_dms_replication_instance.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 - `replication_instance_id` (`string`): Set the `replication_instance_id` field on the resulting data source block.\n - `tags` (`obj`): Set the `tags` field on the resulting data source block. When `null`, the `tags` 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,
replication_instance_id,
tags=null,
_meta={}
):: tf.withData(
type='aws_dms_replication_instance',
label=dataSrcLabel,
attrs=self.newAttrs(replication_instance_id=replication_instance_id, tags=tags),
_meta=_meta
),
'#newAttrs':: d.fn(help='\n`aws.data.dms_replication_instance.newAttrs` constructs a new object with attributes and blocks configured for the `dms_replication_instance`\nTerraform data source.\n\nUnlike [aws.data.dms_replication_instance.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 - `replication_instance_id` (`string`): Set the `replication_instance_id` field on the resulting object.\n - `tags` (`obj`): Set the `tags` field on the resulting object. When `null`, the `tags` 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 `dms_replication_instance` data source into the root Terraform configuration.\n', args=[]),
newAttrs(
replication_instance_id,
tags=null
):: std.prune(a={
replication_instance_id: replication_instance_id,
tags: tags,
}),
'#withReplicationInstanceId':: d.fn(help='`aws.string.withReplicationInstanceId` constructs a mixin object that can be merged into the `string`\nTerraform data source block to set or update the replication_instance_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 `replication_instance_id` field.\n', args=[]),
withReplicationInstanceId(dataSrcLabel, value): {
data+: {
aws_dms_replication_instance+: {
[dataSrcLabel]+: {
replication_instance_id: value,
},
},
},
},
'#withTags':: d.fn(help='`aws.obj.withTags` constructs a mixin object that can be merged into the `obj`\nTerraform data source block to set or update the tags field.\n\n\n\n**Args**:\n - `dataSrcLabel` (`string`): The name label of the block to update.\n - `value` (`obj`): The value to set for the `tags` field.\n', args=[]),
withTags(dataSrcLabel, value): {
data+: {
aws_dms_replication_instance+: {
[dataSrcLabel]+: {
tags: value,
},
},
},
},
}
4 changes: 4 additions & 0 deletions 4.x/_gen/data/main.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet');
appconfig_configuration_profiles: (import 'appconfig_configuration_profiles.libsonnet'),
appconfig_environment: (import 'appconfig_environment.libsonnet'),
appconfig_environments: (import 'appconfig_environments.libsonnet'),
appintegrations_event_integration: (import 'appintegrations_event_integration.libsonnet'),
appmesh_gateway_route: (import 'appmesh_gateway_route.libsonnet'),
appmesh_mesh: (import 'appmesh_mesh.libsonnet'),
appmesh_route: (import 'appmesh_route.libsonnet'),
Expand Down Expand Up @@ -112,6 +113,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet');
directory_service_directory: (import 'directory_service_directory.libsonnet'),
dms_certificate: (import 'dms_certificate.libsonnet'),
dms_endpoint: (import 'dms_endpoint.libsonnet'),
dms_replication_instance: (import 'dms_replication_instance.libsonnet'),
dms_replication_subnet_group: (import 'dms_replication_subnet_group.libsonnet'),
dms_replication_task: (import 'dms_replication_task.libsonnet'),
docdb_engine_version: (import 'docdb_engine_version.libsonnet'),
Expand Down Expand Up @@ -465,8 +467,10 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet');
vpc_peering_connections: (import 'vpc_peering_connections.libsonnet'),
vpc_security_group_rule: (import 'vpc_security_group_rule.libsonnet'),
vpc_security_group_rules: (import 'vpc_security_group_rules.libsonnet'),
vpclattice_auth_policy: (import 'vpclattice_auth_policy.libsonnet'),
vpclattice_listener: (import 'vpclattice_listener.libsonnet'),
vpclattice_service: (import 'vpclattice_service.libsonnet'),
vpclattice_service_network: (import 'vpclattice_service_network.libsonnet'),
vpcs: (import 'vpcs.libsonnet'),
vpn_gateway: (import 'vpn_gateway.libsonnet'),
waf_ipset: (import 'waf_ipset.libsonnet'),
Expand Down
58 changes: 58 additions & 0 deletions 4.x/_gen/data/vpclattice_auth_policy.libsonnet
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
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='vpclattice_auth_policy', url='', help='`vpclattice_auth_policy` represents the `aws_vpclattice_auth_policy` 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.vpclattice_auth_policy.new` injects a new `data_aws_vpclattice_auth_policy` 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.vpclattice_auth_policy.new('some_id')\n\nYou can get the reference to the `id` field of the created `aws.data.vpclattice_auth_policy` using the reference:\n\n $._ref.data_aws_vpclattice_auth_policy.some_id.get('id')\n\nThis is the same as directly entering `\"${ data_aws_vpclattice_auth_policy.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 - `policy` (`string`): Set the `policy` field on the resulting data source block. When `null`, the `policy` field will be omitted from the resulting object.\n - `resource_identifier` (`string`): Set the `resource_identifier` field on the resulting data source block.\n - `state` (`string`): Set the `state` field on the resulting data source block. When `null`, the `state` 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,
resource_identifier,
policy=null,
state=null,
_meta={}
):: tf.withData(
type='aws_vpclattice_auth_policy',
label=dataSrcLabel,
attrs=self.newAttrs(policy=policy, resource_identifier=resource_identifier, state=state),
_meta=_meta
),
'#newAttrs':: d.fn(help='\n`aws.data.vpclattice_auth_policy.newAttrs` constructs a new object with attributes and blocks configured for the `vpclattice_auth_policy`\nTerraform data source.\n\nUnlike [aws.data.vpclattice_auth_policy.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 - `policy` (`string`): Set the `policy` field on the resulting object. When `null`, the `policy` field will be omitted from the resulting object.\n - `resource_identifier` (`string`): Set the `resource_identifier` field on the resulting object.\n - `state` (`string`): Set the `state` field on the resulting object. When `null`, the `state` 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 `vpclattice_auth_policy` data source into the root Terraform configuration.\n', args=[]),
newAttrs(
resource_identifier,
policy=null,
state=null
):: std.prune(a={
policy: policy,
resource_identifier: resource_identifier,
state: state,
}),
'#withPolicy':: d.fn(help='`aws.string.withPolicy` constructs a mixin object that can be merged into the `string`\nTerraform data source block to set or update the policy 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 `policy` field.\n', args=[]),
withPolicy(dataSrcLabel, value): {
data+: {
aws_vpclattice_auth_policy+: {
[dataSrcLabel]+: {
policy: value,
},
},
},
},
'#withResourceIdentifier':: d.fn(help='`aws.string.withResourceIdentifier` constructs a mixin object that can be merged into the `string`\nTerraform data source block to set or update the resource_identifier 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 `resource_identifier` field.\n', args=[]),
withResourceIdentifier(dataSrcLabel, value): {
data+: {
aws_vpclattice_auth_policy+: {
[dataSrcLabel]+: {
resource_identifier: value,
},
},
},
},
'#withState':: d.fn(help='`aws.string.withState` constructs a mixin object that can be merged into the `string`\nTerraform data source block to set or update the state 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 `state` field.\n', args=[]),
withState(dataSrcLabel, value): {
data+: {
aws_vpclattice_auth_policy+: {
[dataSrcLabel]+: {
state: value,
},
},
},
},
}
Loading

0 comments on commit 7abe0b0

Please sign in to comment.