We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a4f52d commit a9e3544Copy full SHA for a9e3544
terraform/modules/dynamo/main.tf
@@ -1,4 +1,5 @@
1
-resource "null_resource" "onetime_sl_expiration" {
+resource "null_resource" "onetime_uin_migration" {
2
+ depends_on = [aws_dynamodb_table.user_info]
3
provisioner "local-exec" {
4
command = <<-EOT
5
set -e
0 commit comments