Skip to content

Commit

Permalink
Fix ssm parameter name for xdf_orbit_2.0_concept_id
Browse files Browse the repository at this point in the history
  • Loading branch information
frankinspace committed Jun 13, 2024
1 parent 21469ca commit 1b148dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/lambdas.tf
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ resource "aws_ssm_parameter" "xdf_orbit_1_0_concept_id" {
}

resource "aws_ssm_parameter" "xdf_orbit_2_0_concept_id" {
name = "${local.service_path}/xdf_orbit_concept_id"
name = "${local.service_path}/xdf_orbit_2.0_concept_id"
type = "String"
overwrite = true
value = var.xdf_orbit_2_0_concept_id
Expand Down

0 comments on commit 1b148dc

Please sign in to comment.