Skip to content

Commit

Permalink
useless
Browse files Browse the repository at this point in the history
  • Loading branch information
sr33hari committed Jul 11, 2024
1 parent a6df9ac commit 64a6833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ resource "google_artifact_registry_repository" "my_repo" {
}

locals {
tag = "${timestamp()}"
tag = timestamp()
}

resource "null_resource" "build_and_push_image" {
Expand Down

0 comments on commit 64a6833

Please sign in to comment.