Skip to content

Commit a9e3544

Browse files
committed
Add depends-on for onetime
1 parent 8a4f52d commit a9e3544

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

terraform/modules/dynamo/main.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
resource "null_resource" "onetime_sl_expiration" {
1+
resource "null_resource" "onetime_uin_migration" {
2+
depends_on = [aws_dynamodb_table.user_info]
23
provisioner "local-exec" {
34
command = <<-EOT
45
set -e

0 commit comments

Comments
 (0)