Skip to content

Commit

Permalink
fix: covert value to expected type
Browse files Browse the repository at this point in the history
  • Loading branch information
sgtoj committed Sep 22, 2023
1 parent d57a78e commit 37e9726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ module "cognito_userpool_sms_label" {
source = "cloudposse/label/null"
version = "0.25.0"

attributes = "sms"
attributes = ["sms"]
context = module.cognito_userpool_label.context
}

Expand Down

0 comments on commit 37e9726

Please sign in to comment.