Skip to content

Commit a479efc

Browse files
committed
terraform-docs: Update
1 parent 07e1576 commit a479efc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ You can create a `.terraformignore` in the root of your project and add the foll
184184
| cloudfront\_custom\_behaviors | n/a | `list(any)` | `null` | no |
185185
| 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 |
186186
| cloudfront\_origins | n/a | `list(any)` | `null` | no |
187+
| 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 |
187188
| cloudfront\_viewer\_certificate\_arn | n/a | `string` | `null` | no |
188189
| create\_domain\_name\_records | Controls whether Route 53 records for the for the domain\_names should be created. | `bool` | `true` | no |
189190
| debug\_use\_local\_packages | Use locally built packages rather than download them from npm. | `bool` | `false` | no |

0 commit comments

Comments
 (0)