--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_iot_provisioning_template Resource - terraform-provider-awscc" subcategory: "" description: |- Creates a fleet provisioning template. --- # awscc_iot_provisioning_template (Resource) Creates a fleet provisioning template. ## Schema ### Required - `provisioning_role_arn` (String) - `template_body` (String) ### Optional - `description` (String) - `enabled` (Boolean) - `pre_provisioning_hook` (Attributes) (see [below for nested schema](#nestedatt--pre_provisioning_hook)) - `tags` (Attributes List) (see [below for nested schema](#nestedatt--tags)) - `template_name` (String) ### Read-Only - `id` (String) Uniquely identifies the resource. - `template_arn` (String) ### Nested Schema for `pre_provisioning_hook` Optional: - `payload_version` (String) - `target_arn` (String) ### Nested Schema for `tags` Optional: - `key` (String) - `value` (String) ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_iot_provisioning_template.example ```