Skip to content

Commit

Permalink
Merge pull request #8 from edenlabllc/feature/FFS-5-create-the-config…
Browse files Browse the repository at this point in the history
…uration-for-kodjin-light

#5 - refactoring naming
  • Loading branch information
apanasiuk-el authored May 16, 2024
2 parents f0c94ca + 43617b1 commit 4980a02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion marketplace/packer/main.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ source "amazon-ebs" "source_base_image" {

run_tags = {
AMIName = local.ami_image_name
Name = "${var.project_name}-light"
Name = "${var.project_name}-mini"
ProjectName = var.project_name
ProjectEnvironment = var.project_environment
ProjectVersion = replace(local.version, "-linux-amd64", "")
Expand Down
2 changes: 1 addition & 1 deletion marketplace/terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ resource "aws_instance" "kodjin" {
volume_size = var.instance_data_disk_size
tags = {
AMIName = "${var.project_organization}-${var.project_name}-${var.project_version}-linux-amd64"
Name = "${var.project_name}-light"
Name = "${var.project_name}-mini"
ProjectName = var.project_name
ProjectEnvironment = var.project_environment
ProjectVersion = var.project_version
Expand Down

0 comments on commit 4980a02

Please sign in to comment.