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

Commit

Permalink
fix logo image format
Browse files Browse the repository at this point in the history
  • Loading branch information
thought-tobi committed Mar 28, 2024
1 parent 9e0673b commit 7dfecc2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added terraform/files/moody.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ module "mood_tracker_repository" {
usage_text = file("${path.module}/files/USAGE.md")
operating_systems = ["Linux"]
architectures = ["x86"]
# logo_image_blob = filebase64("${path.module}/files/mood_tracker_logo.jpg")
logo_image_blob = filebase64("${path.module}/files/moody.png")
}

repository_lifecycle_policy = local.repository_lifecycle_policy
Expand Down

0 comments on commit 7dfecc2

Please sign in to comment.