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
| default_ttl | Default amount of time (in seconds) that an object is in a CloudFront cache | string |`60`| no |
124
163
| delimiter | Delimiter to be used between `namespace`, `stage`, `name` and `attributes`| string |`-`| no |
125
164
| enabled | Select Enabled if you want CloudFront to begin processing requests as soon as the distribution is created, or select Disabled if you do not want CloudFront to begin processing requests after the distribution is created. | bool |`true`| no |
165
+
| extra_logs_attributes | Additional attributes to put onto the log bucket label | list(string) |`<list>`| no |
166
+
| extra_origin_attributes | Additional attributes to put onto the origin label | list(string) |`<list>`| no |
126
167
| forward_cookies | Time in seconds that browser can cache the response for S3 bucket | string |`none`| no |
127
168
| forward_header_values | A list of whitelisted header values to forward to the origin | list(string) |`<list>`| no |
128
169
| forward_query_string | Forward query strings to the origin that is associated with this cache behavior | bool |`false`| no |
@@ -190,42 +231,47 @@ Check out these related projects.
190
231
191
232
## Help
192
233
193
-
**Got a question?**
234
+
**Got a question?** We got answers.
194
235
195
236
File a GitHub [issue](https://github.com/cloudposse/terraform-aws-cloudfront-s3-cdn/issues), send us an [email][email] or join our [Slack Community][slack].
Work directly with our team of DevOps experts via email, slack, and video conferencing.
202
-
203
-
We provide [*commercial support*][commercial_support] for all of our [Open Source][github] projects. As a *Dedicated Support* customer, you have access to our team of subject matter experts at a fraction of the cost of a full-time engineer.
-**Questions.** We'll use a Shared Slack channel between your team and ours.
208
-
-**Troubleshooting.** We'll help you triage why things aren't working.
209
-
-**Code Reviews.** We'll review your Pull Requests and provide constructive feedback.
210
-
-**Bug Fixes.** We'll rapidly work to fix any bugs in our projects.
211
-
-**Build New Terraform Modules.** We'll [develop original modules][module_development] to provision infrastructure.
212
-
-**Cloud Architecture.** We'll assist with your cloud strategy and design.
213
-
-**Implementation.** We'll provide hands-on support to implement our reference architectures.
243
+
We are a [**DevOps Accelerator**][commercial_support]. We'll help you build your cloud infrastructure from the ground up so you can own it. Then we'll show you how to operate it and stick around for as long as you need us.
Work directly with our team of DevOps experts via email, slack, and video conferencing.
216
248
217
-
## Terraform Module Development
218
-
219
-
Are you interested in custom Terraform module development? Submit your inquiry using [our form][module_development] today and we'll get back to you ASAP.
249
+
We deliver 10x the value for a fraction of the cost of a full-time engineer. Our track record is not even funny. If you want things done right and you need it done FAST, then we're your best bet.
220
250
251
+
-**Reference Architecture.** You'll get everything you need from the ground up built using 100% infrastructure as code.
252
+
-**Release Engineering.** You'll have end-to-end CI/CD with unlimited staging environments.
253
+
-**Site Reliability Engineering.** You'll have total visibility into your apps and microservices.
254
+
-**Security Baseline.** You'll have built-in governance with accountability and audit logs for all changes.
255
+
-**GitOps.** You'll be able to operate your infrastructure via Pull Requests.
256
+
-**Training.** You'll receive hands-on training so your team can operate what we build.
257
+
-**Questions.** You'll have a direct line of communication between our teams via a Shared Slack channel.
258
+
-**Troubleshooting.** You'll get help to triage when things aren't working.
259
+
-**Code Reviews.** You'll receive constructive feedback on Pull Requests.
260
+
-**Bug Fixes.** We'll rapidly work with you to fix any bugs in our projects.
221
261
222
262
## Slack Community
223
263
224
264
Join our [Open Source Community][slack] on Slack. It's **FREE** for everyone! Our "SweetOps" community is where you get to talk with others who share a similar vision for how to rollout and manage infrastructure. This is the best place to talk shop, ask questions, solicit feedback, and work together as a community to build totally *sweet* infrastructure.
225
265
226
266
## Newsletter
227
267
228
-
Signup for [our newsletter][newsletter] that covers everything on our technology radar. Receive updates on what we're up to on GitHub as well as awesome new projects we discover.
268
+
Sign up for [our newsletter][newsletter] that covers everything on our technology radar. Receive updates on what we're up to on GitHub as well as awesome new projects we discover.
269
+
270
+
## Office Hours
271
+
272
+
[Join us every Wednesday via Zoom][office_hours] for our weekly "Lunch & Learn" sessions. It's **FREE** for everyone!
Copy file name to clipboardExpand all lines: docs/terraform.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,8 @@
21
21
| default_ttl | Default amount of time (in seconds) that an object is in a CloudFront cache | string |`60`| no |
22
22
| delimiter | Delimiter to be used between `namespace`, `stage`, `name` and `attributes`| string |`-`| no |
23
23
| enabled | Select Enabled if you want CloudFront to begin processing requests as soon as the distribution is created, or select Disabled if you do not want CloudFront to begin processing requests after the distribution is created. | bool |`true`| no |
24
+
| extra_logs_attributes | Additional attributes to put onto the log bucket label | list(string) |`<list>`| no |
25
+
| extra_origin_attributes | Additional attributes to put onto the origin label | list(string) |`<list>`| no |
24
26
| forward_cookies | Time in seconds that browser can cache the response for S3 bucket | string |`none`| no |
25
27
| forward_header_values | A list of whitelisted header values to forward to the origin | list(string) |`<list>`| no |
26
28
| forward_query_string | Forward query strings to the origin that is associated with this cache behavior | bool |`false`| no |
0 commit comments