--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_cloudformation_resource_default_version Resource - terraform-provider-awscc" subcategory: "" description: |- The default version of a resource that has been registered in the CloudFormation Registry. --- # awscc_cloudformation_resource_default_version (Resource) The default version of a resource that has been registered in the CloudFormation Registry. ## Schema ### Optional - `type_name` (String) The name of the type being registered. We recommend that type names adhere to the following pattern: company_or_organization::service::type. - `type_version_arn` (String) The Amazon Resource Name (ARN) of the type version. - `version_id` (String) The ID of an existing version of the resource to set as the default. ### Read-Only - `arn` (String) The Amazon Resource Name (ARN) of the type. This is used to uniquely identify a ResourceDefaultVersion - `id` (String) Uniquely identifies the resource. ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_cloudformation_resource_default_version.example ```