You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: private policies cannot use wildcard principal (#311)
* fix(s3_website_origin/principals): adjust for private buckets
* fix(dns/zone_id): should be null if not specified
* chore(README,docs): updated
* fix(s3_website_origin): purge empty strings
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -531,7 +531,7 @@ Available targets:
531
531
| <aname="input_origin_shield_enabled"></a> [origin\_shield\_enabled](#input\_origin\_shield\_enabled)| If enabled, origin shield will be enabled for the default origin |`bool`|`false`| no |
532
532
| <aname="input_origin_ssl_protocols"></a> [origin\_ssl\_protocols](#input\_origin\_ssl\_protocols)| The SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS. |`list(string)`| <pre>[<br> "TLSv1",<br> "TLSv1.1",<br> "TLSv1.2"<br>]</pre> | no |
533
533
| <aname="input_override_origin_bucket_policy"></a> [override\_origin\_bucket\_policy](#input\_override\_origin\_bucket\_policy)| When using an existing origin bucket (through var.origin\_bucket), setting this to 'false' will make it so the existing bucket policy will not be overriden |`bool`|`true`| no |
534
-
| <aname="input_parent_zone_id"></a> [parent\_zone\_id](#input\_parent\_zone\_id)| ID of the hosted zone to contain this record (or specify `parent_zone_name`). Requires `dns_alias_enabled` set to true |`string`|`""`| no |
534
+
| <aname="input_parent_zone_id"></a> [parent\_zone\_id](#input\_parent\_zone\_id)| ID of the hosted zone to contain this record (or specify `parent_zone_name`). Requires `dns_alias_enabled` set to true |`string`|`null`| no |
535
535
| <aname="input_parent_zone_name"></a> [parent\_zone\_name](#input\_parent\_zone\_name)| Name of the hosted zone to contain this record (or specify `parent_zone_id`). Requires `dns_alias_enabled` set to true |`string`|`""`| no |
536
536
| <aname="input_price_class"></a> [price\_class](#input\_price\_class)| Price class for this distribution: `PriceClass_All`, `PriceClass_200`, `PriceClass_100`|`string`|`"PriceClass_100"`| no |
537
537
| <aname="input_query_string_cache_keys"></a> [query\_string\_cache\_keys](#input\_query\_string\_cache\_keys)| When `forward_query_string` is enabled, only the query string keys listed in this argument are cached (incompatible with `cache_policy_id`) |`list(string)`|`[]`| no |
@@ -594,9 +594,9 @@ Check out these related projects.
594
594
>
595
595
> Use Cloud Posse's ready-to-go [terraform architecture blueprints](https://cloudposse.com/reference-architecture/) for AWS to get up and running quickly.
596
596
>
597
-
> ✅ We build it with you.<br/>
598
-
> ✅ You own everything.<br/>
599
-
> ✅ Your team wins.<br/>
597
+
> ✅ We build it together with your team.<br/>
598
+
> ✅ Your team owns everything.<br/>
599
+
> ✅ 100% Open Source and backed by fanatical support.<br/>
Copy file name to clipboardExpand all lines: docs/terraform.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -137,7 +137,7 @@
137
137
| <aname="input_origin_shield_enabled"></a> [origin\_shield\_enabled](#input\_origin\_shield\_enabled)| If enabled, origin shield will be enabled for the default origin |`bool`|`false`| no |
138
138
| <aname="input_origin_ssl_protocols"></a> [origin\_ssl\_protocols](#input\_origin\_ssl\_protocols)| The SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS. |`list(string)`| <pre>[<br> "TLSv1",<br> "TLSv1.1",<br> "TLSv1.2"<br>]</pre> | no |
139
139
| <aname="input_override_origin_bucket_policy"></a> [override\_origin\_bucket\_policy](#input\_override\_origin\_bucket\_policy)| When using an existing origin bucket (through var.origin\_bucket), setting this to 'false' will make it so the existing bucket policy will not be overriden |`bool`|`true`| no |
140
-
| <aname="input_parent_zone_id"></a> [parent\_zone\_id](#input\_parent\_zone\_id)| ID of the hosted zone to contain this record (or specify `parent_zone_name`). Requires `dns_alias_enabled` set to true |`string`|`""`| no |
140
+
| <aname="input_parent_zone_id"></a> [parent\_zone\_id](#input\_parent\_zone\_id)| ID of the hosted zone to contain this record (or specify `parent_zone_name`). Requires `dns_alias_enabled` set to true |`string`|`null`| no |
141
141
| <aname="input_parent_zone_name"></a> [parent\_zone\_name](#input\_parent\_zone\_name)| Name of the hosted zone to contain this record (or specify `parent_zone_id`). Requires `dns_alias_enabled` set to true |`string`|`""`| no |
142
142
| <aname="input_price_class"></a> [price\_class](#input\_price\_class)| Price class for this distribution: `PriceClass_All`, `PriceClass_200`, `PriceClass_100`|`string`|`"PriceClass_100"`| no |
143
143
| <aname="input_query_string_cache_keys"></a> [query\_string\_cache\_keys](#input\_query\_string\_cache\_keys)| When `forward_query_string` is enabled, only the query string keys listed in this argument are cached (incompatible with `cache_policy_id`) |`list(string)`|`[]`| no |
0 commit comments