We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8993fbc commit 9c33ceeCopy full SHA for 9c33cee
infrastructure/variables.tf
@@ -1,6 +1,6 @@
1
-variable "docker_image_name" {
+variable "docker_image_tag" {
2
type = string
3
- description = "Specifies the docker image name that is stored in a private container registry like ACR (Azure Container Registry)."
+ description = "Specifies the docker image tag that is stored in a private container registry like ACR (Azure Container Registry)."
4
sensitive = true
5
}
6
0 commit comments