Skip to content

Commit 9863507

Browse files
jake-update-cats-n-dogs: moving to quotes
1 parent c0c8508 commit 9863507

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

self-serve-infrastructure/k8s-services/variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ variable "k8s_cluster_workspace" {
88
}
99

1010
variable "frontend_image" {
11-
default = 'rberlind/cats-and-dogs-frontend:k8s-auth'
11+
default = "rberlind/cats-and-dogs-frontend:k8s-auth"
1212
description = "Docker image location of the frontend app"
1313
}
1414

1515
variable "backend_image" {
16-
default = 'rberlind/cats-and-dogs-backend:k8s-auth'
16+
default = "rberlind/cats-and-dogs-backend:k8s-auth"
1717
description = "Docker image location of the frontend app"
1818
}

0 commit comments

Comments
 (0)