Skip to content

Commit 2a760c0

Browse files
committed
Remove unused var
1 parent f64bcd7 commit 2a760c0

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

variables.tf

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,6 @@ variable "github_environments" {
5454
default = ["*"]
5555
}
5656

57-
variable "github_branches" {
58-
description = "List of github branches allowed for oidc subject claims."
59-
type = list(string)
60-
default = []
61-
}
62-
6357
# Refer https://github.com/terraform-aws-modules/terraform-aws-lambda/blob/master/variables.tf for additional vars
6458
##################
6559
# Lambda Function
@@ -218,7 +212,6 @@ variable "snap_start" {
218212
default = false
219213
}
220214

221-
222215
############################################
223216
# Lambda Permissions (for allowed triggers)
224217
############################################

0 commit comments

Comments
 (0)