We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f64bcd7 commit 2a760c0Copy full SHA for 2a760c0
variables.tf
@@ -54,12 +54,6 @@ variable "github_environments" {
54
default = ["*"]
55
}
56
57
-variable "github_branches" {
58
- description = "List of github branches allowed for oidc subject claims."
59
- type = list(string)
60
- default = []
61
-}
62
-
63
# Refer https://github.com/terraform-aws-modules/terraform-aws-lambda/blob/master/variables.tf for additional vars
64
##################
65
# Lambda Function
@@ -218,7 +212,6 @@ variable "snap_start" {
218
212
default = false
219
213
220
214
221
222
215
############################################
223
216
# Lambda Permissions (for allowed triggers)
224
217
0 commit comments