Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
drobinson-moj committed Oct 3, 2023
1 parent e34116d commit 7e7412d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/environments/oasys/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,5 @@ module "baseline" {
route53_zones = lookup(local.environment_config, "baseline_route53_zones", {})
s3_buckets = merge(local.baseline_s3_buckets, module.baseline_presets.s3_buckets, lookup(local.environment_config, "baseline_s3_buckets", {}))
security_groups = local.baseline_security_groups
ssm_parameters = merge(module.baseline_presets.ssm_parameters, lookup(local.baseline_environment_config, "baseline_ssm_parameters", {}))
ssm_parameters = merge(module.baseline_presets.ssm_parameters, lookup(local.environment_config, "baseline_ssm_parameters", {}))
}

0 comments on commit 7e7412d

Please sign in to comment.