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
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -425,7 +425,7 @@ Available targets:
425
425
426
426
| Name | Version |
427
427
|------|---------|
428
-
| terraform | >= 0.13.0|
428
+
| terraform | >= 0.12.26|
429
429
| aws | >= 2.0 |
430
430
| random | >= 2.0 |
431
431
@@ -496,7 +496,7 @@ Available targets:
496
496
| codepipeline\_s3\_bucket\_force\_destroy | A boolean that indicates all objects should be deleted from the CodePipeline artifact store S3 bucket so that the bucket can be destroyed without error |`bool`|`false`| no |
497
497
| container\_cpu | Atlantis CPUs per task |`number`|`256`| no |
498
498
| container\_memory | Atlantis memory per task |`number`|`512`| no |
499
-
| context | Single object for setting entire context at once.<br>See description of individual variables for details.<br>Leave string and numeric variables as `null` to use default value.<br>Individual variable settings (non-null) override settings in context object,<br>except for attributes, tags, and additional\_tag\_map, which are merged. | <pre>object({<br> enabled = bool<br> namespace = string<br> environment = string<br> stage = string<br> name = string<br> delimiter = string<br> attributes = list(string)<br> tags = map(string)<br> additional_tag_map = map(string)<br> regex_replace_chars = string<br> label_order = list(string)<br> id_length_limit = number<br> label_key_case = string<br> label_value_case = string<br> })</pre> | <pre>{<br> "additional_tag_map": {},<br> "attributes": [],<br> "delimiter": null,<br> "enabled": true,<br> "environment": null,<br> "id_length_limit": null,<br> "label_key_case": null,<br> "label_order": [],<br> "label_value_case": null,<br> "name": null,<br> "namespace": null,<br> "regex_replace_chars": null,<br> "stage": null,<br> "tags": {}<br>}</pre> | no |
499
+
| context | Single object for setting entire context at once.<br>See description of individual variables for details.<br>Leave string and numeric variables as `null` to use default value.<br>Individual variable settings (non-null) override settings in context object,<br>except for attributes, tags, and additional\_tag\_map, which are merged. | <pre>object({<br> enabled = bool<br> namespace = string<br> environment = string<br> stage = string<br> name = string<br> delimiter = string<br> attributes = list(string)<br> tags = map(string)<br> additional_tag_map = map(string)<br> regex_replace_chars = string<br> label_order = list(string)<br> id_length_limit = number<br> })</pre> | <pre>{<br> "additional_tag_map": {},<br> "attributes": [],<br> "delimiter": null,<br> "enabled": true,<br> "environment": null,<br> "id_length_limit": null,<br> "label_order": [],<br> "name": null,<br> "namespace": null,<br> "regex_replace_chars": null,<br> "stage": null,<br> "tags": {}<br>}</pre> | no |
500
500
| default\_backend\_image | ECS default (bootstrap) image |`string`|`"cloudposse/default-backend:0.1.2"`| no |
501
501
| delimiter | Delimiter to be used between `namespace`, `environment`, `stage`, `name` and `attributes`.<br>Defaults to `-` (hyphen). Set to `""` to use no delimiter at all. |`string`|`null`| no |
502
502
| desired\_count | Atlantis desired number of tasks |`number`|`1`| no |
@@ -513,7 +513,6 @@ Available targets:
513
513
| ecs\_cluster\_name | Name of the ECS cluster to deploy Atlantis |`string`| n/a | yes |
514
514
| enabled | Set to false to prevent the module from creating any resources |`bool`|`null`| no |
515
515
| environment | Environment, e.g. 'uw2', 'us-west-2', OR 'prod', 'staging', 'dev', 'UAT' |`string`|`null`| no |
516
-
| github\_anonymous | Github Anonymous API (if `true`, token must not be set as GITHUB\_TOKEN or `github_token`) |`bool`|`false`| no |
517
516
| github\_oauth\_token | GitHub OAuth token. If not provided the token is looked up from SSM |`string`|`""`| no |
518
517
| github\_oauth\_token\_ssm\_name | SSM param name to lookup `github_oauth_token` if not provided |`string`|`""`| no |
519
518
| github\_webhooks\_token | GitHub OAuth Token with permissions to create webhooks. If not provided the token is looked up from SSM |`string`|`""`| no |
@@ -522,9 +521,7 @@ Available targets:
522
521
| hostname | Atlantis URL |`string`|`""`| no |
523
522
| id\_length\_limit | Limit `id` to this many characters.<br>Set to `0` for unlimited length.<br>Set to `null` for default, which is `0`.<br>Does not affect `id_full`. |`number`|`null`| no |
524
523
| kms\_key\_id | KMS key ID used to encrypt SSM SecureString parameters |`string`|`""`| no |
525
-
| label\_key\_case | The letter case of label keys (`tag` names) (i.e. `name`, `namespace`, `environment`, `stage`, `attributes`) to use in `tags`.<br>Possible values: `lower`, `title`, `upper`. <br>Default value: `title`. |`string`|`null`| no |
526
524
| label\_order | The naming order of the id output and Name tag.<br>Defaults to ["namespace", "environment", "stage", "name", "attributes"].<br>You can omit any of the 5 elements, but at least one must be present. |`list(string)`|`null`| no |
527
-
| label\_value\_case | The letter case of output label values (also used in `tags` and `id`).<br>Possible values: `lower`, `title`, `upper` and `none` (no transformation). <br>Default value: `lower`. |`string`|`null`| no |
528
525
| launch\_type | The ECS launch type (valid options: FARGATE or EC2) |`string`|`"FARGATE"`| no |
529
526
| name | Solution name, e.g. 'app' or 'jenkins' |`string`|`null`| no |
530
527
| namespace | Namespace, which could be your organization name or abbreviation, e.g. 'eg' or 'cp' |`string`|`null`| no |
Copy file name to clipboardExpand all lines: docs/terraform.md
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
4
4
| Name | Version |
5
5
|------|---------|
6
-
| terraform | >= 0.13.0|
6
+
| terraform | >= 0.12.26|
7
7
| aws | >= 2.0 |
8
8
| random | >= 2.0 |
9
9
@@ -74,7 +74,7 @@
74
74
| codepipeline\_s3\_bucket\_force\_destroy | A boolean that indicates all objects should be deleted from the CodePipeline artifact store S3 bucket so that the bucket can be destroyed without error |`bool`|`false`| no |
75
75
| container\_cpu | Atlantis CPUs per task |`number`|`256`| no |
76
76
| container\_memory | Atlantis memory per task |`number`|`512`| no |
77
-
| context | Single object for setting entire context at once.<br>See description of individual variables for details.<br>Leave string and numeric variables as `null` to use default value.<br>Individual variable settings (non-null) override settings in context object,<br>except for attributes, tags, and additional\_tag\_map, which are merged. | <pre>object({<br> enabled = bool<br> namespace = string<br> environment = string<br> stage = string<br> name = string<br> delimiter = string<br> attributes = list(string)<br> tags = map(string)<br> additional_tag_map = map(string)<br> regex_replace_chars = string<br> label_order = list(string)<br> id_length_limit = number<br> label_key_case = string<br> label_value_case = string<br> })</pre> | <pre>{<br> "additional_tag_map": {},<br> "attributes": [],<br> "delimiter": null,<br> "enabled": true,<br> "environment": null,<br> "id_length_limit": null,<br> "label_key_case": null,<br> "label_order": [],<br> "label_value_case": null,<br> "name": null,<br> "namespace": null,<br> "regex_replace_chars": null,<br> "stage": null,<br> "tags": {}<br>}</pre> | no |
77
+
| context | Single object for setting entire context at once.<br>See description of individual variables for details.<br>Leave string and numeric variables as `null` to use default value.<br>Individual variable settings (non-null) override settings in context object,<br>except for attributes, tags, and additional\_tag\_map, which are merged. | <pre>object({<br> enabled = bool<br> namespace = string<br> environment = string<br> stage = string<br> name = string<br> delimiter = string<br> attributes = list(string)<br> tags = map(string)<br> additional_tag_map = map(string)<br> regex_replace_chars = string<br> label_order = list(string)<br> id_length_limit = number<br> })</pre> | <pre>{<br> "additional_tag_map": {},<br> "attributes": [],<br> "delimiter": null,<br> "enabled": true,<br> "environment": null,<br> "id_length_limit": null,<br> "label_order": [],<br> "name": null,<br> "namespace": null,<br> "regex_replace_chars": null,<br> "stage": null,<br> "tags": {}<br>}</pre> | no |
78
78
| default\_backend\_image | ECS default (bootstrap) image |`string`|`"cloudposse/default-backend:0.1.2"`| no |
79
79
| delimiter | Delimiter to be used between `namespace`, `environment`, `stage`, `name` and `attributes`.<br>Defaults to `-` (hyphen). Set to `""` to use no delimiter at all. |`string`|`null`| no |
80
80
| desired\_count | Atlantis desired number of tasks |`number`|`1`| no |
@@ -91,7 +91,6 @@
91
91
| ecs\_cluster\_name | Name of the ECS cluster to deploy Atlantis |`string`| n/a | yes |
92
92
| enabled | Set to false to prevent the module from creating any resources |`bool`|`null`| no |
93
93
| environment | Environment, e.g. 'uw2', 'us-west-2', OR 'prod', 'staging', 'dev', 'UAT' |`string`|`null`| no |
94
-
| github\_anonymous | Github Anonymous API (if `true`, token must not be set as GITHUB\_TOKEN or `github_token`) |`bool`|`false`| no |
95
94
| github\_oauth\_token | GitHub OAuth token. If not provided the token is looked up from SSM |`string`|`""`| no |
96
95
| github\_oauth\_token\_ssm\_name | SSM param name to lookup `github_oauth_token` if not provided |`string`|`""`| no |
97
96
| github\_webhooks\_token | GitHub OAuth Token with permissions to create webhooks. If not provided the token is looked up from SSM |`string`|`""`| no |
@@ -100,9 +99,7 @@
100
99
| hostname | Atlantis URL |`string`|`""`| no |
101
100
| id\_length\_limit | Limit `id` to this many characters.<br>Set to `0` for unlimited length.<br>Set to `null` for default, which is `0`.<br>Does not affect `id_full`. |`number`|`null`| no |
102
101
| kms\_key\_id | KMS key ID used to encrypt SSM SecureString parameters |`string`|`""`| no |
103
-
| label\_key\_case | The letter case of label keys (`tag` names) (i.e. `name`, `namespace`, `environment`, `stage`, `attributes`) to use in `tags`.<br>Possible values: `lower`, `title`, `upper`. <br>Default value: `title`. |`string`|`null`| no |
104
102
| label\_order | The naming order of the id output and Name tag.<br>Defaults to ["namespace", "environment", "stage", "name", "attributes"].<br>You can omit any of the 5 elements, but at least one must be present. |`list(string)`|`null`| no |
105
-
| label\_value\_case | The letter case of output label values (also used in `tags` and `id`).<br>Possible values: `lower`, `title`, `upper` and `none` (no transformation). <br>Default value: `lower`. |`string`|`null`| no |
106
103
| launch\_type | The ECS launch type (valid options: FARGATE or EC2) |`string`|`"FARGATE"`| no |
107
104
| name | Solution name, e.g. 'app' or 'jenkins' |`string`|`null`| no |
108
105
| namespace | Namespace, which could be your organization name or abbreviation, e.g. 'eg' or 'cp' |`string`|`null`| no |
0 commit comments