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
# Take out for now - might add again in the future
245
259
# ### PUBLISH DOCKER - THIS NEEDS CHANGING TO DO THE DOCKER BUILD IN THE BUILD STAGE AND ARTIFACT IT. SEE publishlibhostdocker below how how and the buildlibs action.
Copy file name to clipboardExpand all lines: infrastructure/terraform/components/api/README.md
+13-11Lines changed: 13 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,8 @@ No requirements.
12
12
| <aname="input_aws_account_id"></a> [aws\_account\_id](#input\_aws\_account\_id)| The AWS Account ID (numeric) |`string`| n/a | yes |
13
13
| <aname="input_ca_pem_filename"></a> [ca\_pem\_filename](#input\_ca\_pem\_filename)| Filename for the CA truststore file within the s3 bucket |`string`|`null`| no |
14
14
| <aname="input_component"></a> [component](#input\_component)| The variable encapsulating the name of this component |`string`|`"supapi"`| no |
15
+
| <aname="input_core_account_id"></a> [core\_account\_id](#input\_core\_account\_id)| AWS Account ID for Core |`string`|`"000000000000"`| no |
16
+
| <aname="input_core_environment"></a> [core\_environment](#input\_core\_environment)| Environment of Core |`string`|`"prod"`| no |
15
17
| <aname="input_default_tags"></a> [default\_tags](#input\_default\_tags)| A map of default tags to apply to all taggable resources within the component |`map(string)`|`{}`| no |
16
18
| <aname="input_enable_backups"></a> [enable\_backups](#input\_enable\_backups)| Enable backups |`bool`|`false`| no |
17
19
| <aname="input_environment"></a> [environment](#input\_environment)| The name of the tfscaffold environment |`string`| n/a | yes |
0 commit comments