Skip to content

Commit

Permalink
Removed refed resource no longer exsits
Browse files Browse the repository at this point in the history
  • Loading branch information
vc13837 committed Jan 7, 2025
1 parent 9f54197 commit 493652d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ resource "aws_s3_object" "db_postbuild_script" {

resource "time_sleep" "wait_db_userdata_scripts" {
create_duration = "1m"
depends_on = [aws_s3_object.db_custom_script, aws_s3_object.db_prereqs_script, aws_s3_object.db_postbuild_script, aws_s3_object.disk_space_script]
depends_on = [aws_s3_object.db_custom_script, aws_s3_object.db_prereqs_script, aws_s3_object.db_postbuild_script]
}

######################################
Expand Down

0 comments on commit 493652d

Please sign in to comment.