Skip to content

Commit

Permalink
Generate libsonnet source from libgenerator PR tf-libsonnet/libgenera…
Browse files Browse the repository at this point in the history
…tor#238

Signed-off-by: tflibsonnet-ci <[email protected]>
  • Loading branch information
renovate[bot] authored and tflibsonnet-ci committed Jan 12, 2024
1 parent 14486b4 commit 254598a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 5.x/_gen/resources/iot_ca_certificate.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet');
verification_certificate_pem: verification_certificate_pem,
}),
registration_config:: {
'#new':: d.fn(help='\n`aws.iot_ca_certificate.registration_config.new` constructs a new object with attributes and blocks configured for the `registration_config`\nTerraform sub block.\n\n\n\n**Args**:\n - `role_arn` (`bool`): Set the `role_arn` field on the resulting object. When `null`, the `role_arn` field will be omitted from the resulting object.\n - `template_body` (`string`): Set the `template_body` field on the resulting object. When `null`, the `template_body` field will be omitted from the resulting object.\n - `template_name` (`string`): Set the `template_name` field on the resulting object. When `null`, the `template_name` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `registration_config` sub block.\n', args=[]),
'#new':: d.fn(help='\n`aws.iot_ca_certificate.registration_config.new` constructs a new object with attributes and blocks configured for the `registration_config`\nTerraform sub block.\n\n\n\n**Args**:\n - `role_arn` (`string`): Set the `role_arn` field on the resulting object. When `null`, the `role_arn` field will be omitted from the resulting object.\n - `template_body` (`string`): Set the `template_body` field on the resulting object. When `null`, the `template_body` field will be omitted from the resulting object.\n - `template_name` (`string`): Set the `template_name` field on the resulting object. When `null`, the `template_name` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `registration_config` sub block.\n', args=[]),
new(
role_arn=null,
template_body=null,
Expand Down
2 changes: 1 addition & 1 deletion docs/5.x/iot_ca_certificate.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ Terraform sub block.


**Args**:
- `role_arn` (`bool`): Set the `role_arn` field on the resulting object. When `null`, the `role_arn` field will be omitted from the resulting object.
- `role_arn` (`string`): Set the `role_arn` field on the resulting object. When `null`, the `role_arn` field will be omitted from the resulting object.
- `template_body` (`string`): Set the `template_body` field on the resulting object. When `null`, the `template_body` field will be omitted from the resulting object.
- `template_name` (`string`): Set the `template_name` field on the resulting object. When `null`, the `template_name` field will be omitted from the resulting object.

Expand Down

0 comments on commit 254598a

Please sign in to comment.