Skip to content

Commit 57cf731

Browse files
CCM-8568 test
1 parent 404e8c7 commit 57cf731

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

infrastructure/terraform/components/acct/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212

1313
| Name | Description | Type | Default | Required |
1414
|------|-------------|------|---------|:--------:|
15+
| <a name="input_aws_account_id"></a> [aws\_account\_id](#input\_aws\_account\_id) | The AWS Account ID (numeric) | `string` | n/a | yes |
16+
| <a name="input_component"></a> [component](#input\_component) | The variable encapsulating the name of this component | `string` | `"acct"` | no |
1517
| <a name="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 |
1618
| <a name="input_environment"></a> [environment](#input\_environment) | The name of the tfscaffold environment | `string` | n/a | yes |
1719
| <a name="input_group"></a> [group](#input\_group) | The group variables are being inherited from (often synonmous with account short-name) | `string` | n/a | yes |

infrastructure/terraform/components/acct/variables.tf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,9 @@ variable "root_domain_name" {
6262
description = "The service's root DNS root nameespace, like nonprod.nhsnotify.national.nhs.uk"
6363
default = "nonprod.nhsnotify.national.nhs.uk"
6464
}
65+
66+
67+
variable "workflow_test_var" {
68+
type = string
69+
description = "A variable to check things are working"
70+
}

0 commit comments

Comments
 (0)