Skip to content

Commit

Permalink
update comment for the docker_image resource
Browse files Browse the repository at this point in the history
  • Loading branch information
marycrawford committed Jun 12, 2024
1 parent 443dd71 commit 5115d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ecr/docker.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

resource "time_static" "now" {}

# NOTE: This pulls this down from the docker registry
# NOTE: This pulls image down from the docker registry
resource "docker_image" "ghcr_image" {
for_each = local.images
name = data.docker_registry_image.ghcr_data[each.key].name
Expand Down

0 comments on commit 5115d99

Please sign in to comment.