Skip to content

Commit

Permalink
rename data-copy to database-copy
Browse files Browse the repository at this point in the history
  • Loading branch information
ksugden committed Oct 4, 2024
1 parent adafcdd commit 66f8f93
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions postgres/data-copy.tf → postgres/database-copy.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "data-copy" {
module "database-copy" {
count = length(local.data_copy_tasks)
source = "../data-copy"
source = "../database-copy"

application = var.application
environment = var.environment
Expand Down

0 comments on commit 66f8f93

Please sign in to comment.