Skip to content

Commit

Permalink
Create SSM parameters (#3712)
Browse files Browse the repository at this point in the history
* Add ssm parameters
  • Loading branch information
pavmoj authored Oct 18, 2023
1 parent 1d04fce commit eec7ab8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions terraform/environments/hmpps-domain-services/locals_test.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ locals {
# baseline config
test_config = {

baseline_ssm_parameters = {
"/join_domain_linux_service_account" = local.linux_service_account_ssm_passwords
}

baseline_ec2_autoscaling_groups = {

Expand All @@ -29,4 +32,12 @@ locals {
}
}
}
}

locals {
linux_service_account_ssm_passwords = {
parameters = {
passwords = {}
}
}
}

0 comments on commit eec7ab8

Please sign in to comment.