Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhukiran9999 authored Oct 18, 2023
1 parent 7424a14 commit 5856e79
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ variable "ssm_parameter_names" {
}

data "aws_ssm_parameter" "this" {
provider = aws.master-account
for_each = toset(var.ssm_parameter_names)
name = each.key
}
Expand Down

0 comments on commit 5856e79

Please sign in to comment.