Skip to content

Commit

Permalink
fix: address typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sgtoj committed Sep 22, 2023
1 parent 5616ffd commit d57a78e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ module "cognito_userpool_sms_label" {
source = "cloudposse/label/null"
version = "0.25.0"

attattributes = "sms"
context = module.cognito_userpool_label.context
attributes = "sms"
context = module.cognito_userpool_label.context
}

resource "random_uuid" "sms_role_external_id" {}
Expand Down

0 comments on commit d57a78e

Please sign in to comment.