Skip to content

Commit 9c33cee

Browse files
authored
Update variables.tf
1 parent 8993fbc commit 9c33cee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infrastructure/variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
variable "docker_image_name" {
1+
variable "docker_image_tag" {
22
type = string
3-
description = "Specifies the docker image name that is stored in a private container registry like ACR (Azure Container Registry)."
3+
description = "Specifies the docker image tag that is stored in a private container registry like ACR (Azure Container Registry)."
44
sensitive = true
55
}
66

0 commit comments

Comments
 (0)