Skip to content

Commit

Permalink
refactor: standartize the naming
Browse files Browse the repository at this point in the history
  • Loading branch information
dd84ai committed Jan 13, 2025
1 parent 4fa508b commit 1459041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tf/modules/discovery/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ locals {
}

resource "docker_container" "discovery" {
name = "discovery-${var.environment}"
name = "${var.environment}-discovery-data"
image = docker_image.discovery.image_id

volumes {
Expand Down

0 comments on commit 1459041

Please sign in to comment.