diff --git a/5.x/_gen/resources/iot_ca_certificate.libsonnet b/5.x/_gen/resources/iot_ca_certificate.libsonnet index dffe08e6..8c36c47b 100644 --- a/5.x/_gen/resources/iot_ca_certificate.libsonnet +++ b/5.x/_gen/resources/iot_ca_certificate.libsonnet @@ -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, diff --git a/docs/5.x/iot_ca_certificate.md b/docs/5.x/iot_ca_certificate.md index c9b1a5c3..41fad756 100644 --- a/docs/5.x/iot_ca_certificate.md +++ b/docs/5.x/iot_ca_certificate.md @@ -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.