From 37e9726722f6d6b2d2171ea8dabbcfc5883e3f48 Mon Sep 17 00:00:00 2001 From: Brian Ojeda Date: Fri, 22 Sep 2023 15:10:54 +0000 Subject: [PATCH] fix: covert value to expected type --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 5ce15b9..1badb5c 100755 --- a/main.tf +++ b/main.tf @@ -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 }