--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_cloudformation_module_default_version Resource - terraform-provider-awscc" subcategory: "" description: |- A module that has been registered in the CloudFormation registry as the default version --- # awscc_cloudformation_module_default_version (Resource) A module that has been registered in the CloudFormation registry as the default version ## Schema ### Optional - `arn` (String) The Amazon Resource Name (ARN) of the module version to set as the default version. - `module_name` (String) The name of a module existing in the registry. - `version_id` (String) The ID of an existing version of the named module to set as the default. ### Read-Only - `id` (String) Uniquely identifies the resource. ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_cloudformation_module_default_version.example ```