Skip to content

Commit

Permalink
Fix depends_on syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
rocketnova committed Aug 14, 2024
1 parent 7330a31 commit d7b5e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/modules/email-identity/resources/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ module "email_identity_data" {
sender_email = var.sender_email

depends_on = [
aws_sesv2_email_identity
aws_sesv2_email_identity.sender
]
}

Expand Down

0 comments on commit d7b5e35

Please sign in to comment.