Skip to content

Commit

Permalink
removed passing arch to registrator
Browse files Browse the repository at this point in the history
  • Loading branch information
aahel committed Feb 26, 2024
1 parent 2bfcbea commit 0dfe99b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion test/acceptance/tests/basic_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ func TestBasic(t *testing.T) {
}
tfVars := config.TFVars()
tfVars["secure"] = c.secure
tfVars["arch"] = config.Arch
namespace := ""
partition := ""
queryString := ""
Expand Down
1 change: 0 additions & 1 deletion test/acceptance/tests/setup/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,4 @@ module "lambda-registration" {
enable_auto_publish_ecr_image = var.enable_auto_publish_ecr_image
consul_extension_data_prefix = "/${var.suffix}"
private_ecr_repo_name = var.private_ecr_repo_name
arch = var.arch
}
6 changes: 0 additions & 6 deletions test/acceptance/tests/setup/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,3 @@ variable "private_ecr_repo_name" {
type = string
default = ""
}

variable "arch" {
type = string
default = "x86_64"
description = "Lambda Architecture"
}

0 comments on commit 0dfe99b

Please sign in to comment.