Skip to content

Commit

Permalink
Tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary-H9 committed Mar 20, 2024
1 parent 2b2cdc1 commit 60f1fb7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions terraform/environments/analytical-platform-ingestion/eips.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,11 @@ resource "aws_eip" "transfer_server" {
count = length(data.aws_availability_zones.available.names)

domain = "vpc"

tags = merge(
local.tags,
{
Name = "${local.application_name}-${local.environment}-transfer-server"
}
)
}
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ module "transfer_lambda" {
publish = true
create_package = false

function_name = "ingestion-transfer"
function_name = "transfer"
description = ""
package_type = "Image"
memory_size = 2048
Expand Down

0 comments on commit 60f1fb7

Please sign in to comment.