Skip to content

Commit

Permalink
terraform-docs: Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ofhouse committed Dec 30, 2020
1 parent 07e1576 commit a479efc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ You can create a `.terraformignore` in the root of your project and add the foll
| cloudfront\_custom\_behaviors | n/a | `list(any)` | `null` | no |
| cloudfront\_minimum\_protocol\_version | The minimum version of the SSL protocol that you want CloudFront to use for HTTPS connections. One of SSLv3, TLSv1, TLSv1\_2016, TLSv1.1\_2016, TLSv1.2\_2018 or TLSv1.2\_2019. | `string` | `"TLSv1.2_2019"` | no |
| cloudfront\_origins | n/a | `list(any)` | `null` | no |
| cloudfront\_price\_class | The price class for the CloudFront distributions (main & proxy config). One of PriceClass\_All, PriceClass\_200, PriceClass\_100. | `string` | `"PriceClass_100"` | no |
| cloudfront\_viewer\_certificate\_arn | n/a | `string` | `null` | no |
| create\_domain\_name\_records | Controls whether Route 53 records for the for the domain\_names should be created. | `bool` | `true` | no |
| debug\_use\_local\_packages | Use locally built packages rather than download them from npm. | `bool` | `false` | no |
Expand Down

0 comments on commit a479efc

Please sign in to comment.