Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
fix var.image_tag
Browse files Browse the repository at this point in the history
  • Loading branch information
manuraf committed Apr 2, 2024
1 parent deb22c2 commit 766d178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/container_apps/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module "container_app_core" {
container_app = var.container_app
container_app_name = "ms-core"
image_name = "selfcare-ms-core"
image_tag = "sha-61a02a8"
image_tag = var.image_tag
app_settings = var.app_settings
secrets_names = var.secrets_names

Expand Down

0 comments on commit 766d178

Please sign in to comment.