Skip to content

Commit

Permalink
CCM-8568 test
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenvaines-bjss committed Feb 25, 2025
1 parent 404e8c7 commit 57cf731
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions infrastructure/terraform/components/acct/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@

| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| <a name="input_aws_account_id"></a> [aws\_account\_id](#input\_aws\_account\_id) | The AWS Account ID (numeric) | `string` | n/a | yes |
| <a name="input_component"></a> [component](#input\_component) | The variable encapsulating the name of this component | `string` | `"acct"` | no |
| <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 |
| <a name="input_environment"></a> [environment](#input\_environment) | The name of the tfscaffold environment | `string` | n/a | yes |
| <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 |
Expand Down
6 changes: 6 additions & 0 deletions infrastructure/terraform/components/acct/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,9 @@ variable "root_domain_name" {
description = "The service's root DNS root nameespace, like nonprod.nhsnotify.national.nhs.uk"
default = "nonprod.nhsnotify.national.nhs.uk"
}


variable "workflow_test_var" {
type = string
description = "A variable to check things are working"
}

0 comments on commit 57cf731

Please sign in to comment.