generated from ministryofjustice/template-repository
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates from GitHub Actions Format Code workflow (#4712)
Co-authored-by: modernisation-platform-ci <[email protected]>
- Loading branch information
1 parent
2fdb51b
commit fc96a9e
Showing
19 changed files
with
173 additions
and
173 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 11 additions & 11 deletions
22
terraform/environments/delius-core/modules/components/ldap/nlb.tf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
module "nlb" { | ||
source = "../../nlb" | ||
|
||
providers = { | ||
providers = { | ||
aws = aws | ||
aws.bucket-replication = aws | ||
aws.core-vpc = aws.core-vpc | ||
aws.core-network-services = aws.core-network-services | ||
} | ||
app_name = var.app_name | ||
env_name = var.env_name | ||
internal = true | ||
tags = var.tags | ||
port = 389 | ||
protocol = "TCP" | ||
subnet_ids = var.account_config.private_subnet_ids | ||
vpc_cidr = var.account_config.shared_vpc_cidr | ||
vpc_id = var.account_config.shared_vpc_id | ||
zone_id = var.account_config.route53_inner_zone_info.zone_id | ||
app_name = var.app_name | ||
env_name = var.env_name | ||
internal = true | ||
tags = var.tags | ||
port = 389 | ||
protocol = "TCP" | ||
subnet_ids = var.account_config.private_subnet_ids | ||
vpc_cidr = var.account_config.shared_vpc_cidr | ||
vpc_id = var.account_config.shared_vpc_id | ||
zone_id = var.account_config.route53_inner_zone_info.zone_id | ||
mp_application_name = var.account_info.application_name | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.