You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This module is optional and provides an option to download via Terraform the Lambda artifacts from GitHub.
Usages
module"lambdas" {
source="<source location>"lambdas=[
{
name ="webhook"
tag ="v0.15.0"
},
{
name ="runners"
tag ="v0.15.0"
},
{
name ="runner-binaries-syncer"
tag ="v0.15.0"
}
]
}