Skip to content

Commit

Permalink
Running document script
Browse files Browse the repository at this point in the history
  • Loading branch information
socketbox committed Feb 27, 2025
1 parent 62e9636 commit 13509bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@ Below is automatically generated documentation on this Terraform module using [t
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3.2 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 4.5.0 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 5.80.0 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.24.0 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.88.0 |

## Modules

Expand Down Expand Up @@ -99,7 +99,7 @@ No modules.
| <a name="input_build_spec"></a> [build\_spec](#input\_build\_spec) | Build specification (build spec) for an Amplify app. The build spec is used to build and deploy a branch of an Amplify app. If not specified, the default build spec for the branch is used. The build spec must be formatted as a JSON string. For more information, see Build Spec Example. | `string` | `null` | no |
| <a name="input_custom_rules"></a> [custom\_rules](#input\_custom\_rules) | Custom rewrite / redirect rules for an Amplify app. | <pre>list(object({<br> source = string<br> target = string<br> status = optional(string)<br> condition = optional(string)<br> }))</pre> | `[]` | no |
| <a name="input_description"></a> [description](#input\_description) | Description of the Amplify app. | `string` | `null` | no |
| <a name="input_domains"></a> [domains](#input\_domains) | Domains for an Amplify app. | <pre>list(object({<br> domain_name = string<br> enable_auto_sub_domain = optional(bool)<br> wait_for_verification = optional(bool)<br> sub_domains = list(object({<br> branch_name = string<br> prefix = string<br> }))<br> }))</pre> | `[]` | no |
| <a name="input_domains"></a> [domains](#input\_domains) | Domains for an Amplify app. | <pre>list(object({<br> domain_name = string<br> certificate_settings = optional(object({<br> custom_certificate_arn = string<br> type = string<br> }))<br> enable_auto_sub_domain = optional(bool)<br> wait_for_verification = optional(bool)<br> sub_domains = list(object({<br> branch_name = string<br> prefix = string<br> }))<br> }))</pre> | `[]` | no |
| <a name="input_enable_auto_branch_creation"></a> [enable\_auto\_branch\_creation](#input\_enable\_auto\_branch\_creation) | Enable automated branch creation for an Amplify app. | `bool` | `null` | no |
| <a name="input_enable_branch_auto_build"></a> [enable\_branch\_auto\_build](#input\_enable\_branch\_auto\_build) | Enable automated branch builds for an Amplify app. | `bool` | `null` | no |
| <a name="input_enable_branch_auto_deletion"></a> [enable\_branch\_auto\_deletion](#input\_enable\_branch\_auto\_deletion) | Enable automated branch deletion for an Amplify app. | `bool` | `null` | no |
Expand Down

0 comments on commit 13509bb

Please sign in to comment.