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
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -183,6 +183,7 @@ Available targets:
183
183
| delimiter | Delimiter to be used between `namespace`, `stage`, `name` and `attributes`|`string`|`"-"`| no |
184
184
| 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 |
185
185
| encryption\_enabled | When set to 'true' the resource will have aes256 encryption enabled by default |`bool`|`false`| no |
186
+
| environment | Environment, e.g. 'prod', 'staging', 'dev', 'pre-prod', 'UAT' |`string`|`""`| no |
186
187
| error\_document | An absolute path to the document to return in case of a 4XX error |`string`|`""`| no |
187
188
| extra\_logs\_attributes | Additional attributes to put onto the log bucket label |`list(string)`| <pre>[<br> "logs"<br>]</pre> | no |
188
189
| extra\_origin\_attributes | Additional attributes to put onto the origin label |`list(string)`| <pre>[<br> "origin"<br>]</pre> | no |
Copy file name to clipboardExpand all lines: docs/terraform.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,7 @@
39
39
| delimiter | Delimiter to be used between `namespace`, `stage`, `name` and `attributes`|`string`|`"-"`| no |
40
40
| 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 |
41
41
| encryption\_enabled | When set to 'true' the resource will have aes256 encryption enabled by default |`bool`|`false`| no |
42
+
| environment | Environment, e.g. 'prod', 'staging', 'dev', 'pre-prod', 'UAT' |`string`|`""`| no |
42
43
| error\_document | An absolute path to the document to return in case of a 4XX error |`string`|`""`| no |
43
44
| extra\_logs\_attributes | Additional attributes to put onto the log bucket label |`list(string)`| <pre>[<br> "logs"<br>]</pre> | no |
44
45
| extra\_origin\_attributes | Additional attributes to put onto the origin label |`list(string)`| <pre>[<br> "origin"<br>]</pre> | no |
0 commit comments