Example Terraform Configuration for gha-trigger
https://gha-trigger.github.io/getting-started
Name | Version |
---|---|
terraform | >= 1.2 |
aws | 4.32.0 |
local | 2.2.3 |
Name | Version |
---|---|
aws | 4.32.0 |
local | 2.2.3 |
No modules.
Name | Description | Type | Default | Required |
---|---|---|---|---|
api_gateway_name | n/a | string |
"test-gha-trigger" |
no |
function_name | Lambda Function Name | string |
"test-gha-trigger" |
no |
lambda_architecture | n/a | string |
"arm64" |
no |
lambda_role_name | n/a | string |
"test-gha-trigger" |
no |
region | n/a | string |
"us-east-1" |
no |
secretsmanager_secret_name_main | n/a | string |
"test-gha-trigger-main" |
no |
secretsmanager_secret_name_trigger_workflow | n/a | string |
"test-gha-trigger-trigger-workflow" |
no |
zip_path | n/a | string |
"gha-trigger-lambda_linux_arm64.zip" |
no |
No outputs.
This document is generated by terraform-docs
$ terraform-docs . > README.md
Please see .terraform-docs.yml and docs too.