Skip to content

Commit 3dec604

Browse files
committed
chore: remove nbs_auth
1 parent 2acb74d commit 3dec604

3 files changed

Lines changed: 1 addition & 12 deletions

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ No modules.
187187
| <a name="input_ecs_task_role_name"></a> [ecs\_task\_role\_name](#input\_ecs\_task\_role\_name) | Name of the ECS Task Role | `string` | `""` | no |
188188
| <a name="input_enable_autoscaling"></a> [enable\_autoscaling](#input\_enable\_autoscaling) | Flag to enable autoscaling for the ECS services | `bool` | `true` | no |
189189
| <a name="input_internal"></a> [internal](#input\_internal) | Flag to determine if the several AWS resources are public (intended for external access, public internet) or private (only intended to be accessed within your AWS VPC or avaiable with other means, a transit gateway for example). | `bool` | `true` | no |
190-
| <a name="input_nbs_auth"></a> [nbs\_auth](#input\_nbs\_auth) | enabled or disabled authentication for the eCR Viewer | `string` | `true` | no |
191190
| <a name="input_owner"></a> [owner](#input\_owner) | Owner of the resources | `string` | `"CDC"` | no |
192191
| <a name="input_phdi_version"></a> [phdi\_version](#input\_phdi\_version) | Version of the PHDI application | `string` | `"v2.0.0-beta"` | no |
193192
| <a name="input_private_subnet_ids"></a> [private\_subnet\_ids](#input\_private\_subnet\_ids) | List of private subnet IDs | `list(string)` | n/a | yes |

_local.tf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,6 @@ locals {
5858
name = "HOSTNAME",
5959
value = "0.0.0.0"
6060
},
61-
{
62-
name = "NBS_AUTH",
63-
value = var.nbs_auth
64-
},
6561
{
6662
name = "CONFIG_NAME",
6763
value = var.dibbs_config_name

_variable.tf

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -187,12 +187,6 @@ variable "tags" {
187187
default = {}
188188
}
189189

190-
variable "nbs_auth" {
191-
type = string
192-
description = "enabled or disabled authentication for the eCR Viewer"
193-
default = true
194-
}
195-
196190
variable "ecr_viewer_auth_pub_key" {
197191
type = string
198192
description = "The public key used to validate the incoming authenication for the eCR Viewer."
@@ -230,4 +224,4 @@ variable "db_cipher" {
230224
type = string
231225
description = "The cipher to use for the sql server database connection"
232226
default = ""
233-
}
227+
}

0 commit comments

Comments
 (0)