--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_cloudformation_hook_default_version Resource - terraform-provider-awscc" subcategory: "" description: |- Set a version as default version for a hook in CloudFormation Registry. --- # awscc_cloudformation_hook_default_version (Resource) Set a version as default version for a hook in 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 hook to set as the default. ### Read-Only - `arn` (String) The Amazon Resource Name (ARN) of the type. This is used to uniquely identify a HookDefaultVersion - `id` (String) Uniquely identifies the resource. ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_cloudformation_hook_default_version.example ```