Skip to content

FinalCAD/AppPublicGatewayAction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

AppPublicGatewayAction

Github Action to deploy our apigateway public

Inputs

app-name

Application ID to identify the app

aws-role

[Required] AWS role allowing Secret manager usage

terraform-version

Terraform version to use, Default: latest

terragrunt-version

Terragrunt version to use, Default: latest

application-repo

Repository containing terraform code for applicaton resource creation, Default: FinalCAD/terraform-public-api-gateway

application-ref

Reference to use for application-repo repository, Default: master

github-token

Github token to avoid limit rate when pulling package

github-ssh

[Required] Github ssh key to pull application-repo repository

environment

[Required] Finalcad envrionment: production, staging, sandbox

region-friendly

Finalcad region: frankfurt or tokyo, Default: frankfurt

application-file

Path for application file definition

dry-run

Dry run, will not trigger apply, Default: false

Usage

- name: Push secrets
  uses: FinalCAD/AppPublicGatewayAction@v1
  with:
    github-ssh: ${{ secrets.GH_DEPLOY_SSH }}
    environment: sandbox
    region-friendly: frankfurt
    aws-role: ${{ secrets.DEPLOY_ROLE_MASTER }}
    application-file: ./aws_config.yaml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published