An open API service indexing awesome lists of open source software.

https://github.com/p6m7g8-actions/cdktf-deploy

P6 GHA: Deploys a CDKTF App
https://github.com/p6m7g8-actions/cdktf-deploy

aws cdktf github github-actions p6 p6m7g8 terraform

Last synced: 4 months ago
JSON representation

P6 GHA: Deploys a CDKTF App

Awesome Lists containing this project

README

          

# p6m7g8-actions/cdktf-deploy

- [p6m7g8-actions/cdktf-deploy](#p6m7g8-actionscdktf-deploy)
- [Usage](#usage)

## Usage

```yaml
- name: CDK Build and Deploy
uses: p6m7g8-actions/cdktf-deploy@main
with:
aws_region: ${{ secrets.CDK_DEPLOY_REGION }}
aws_role: ${{ secrets.AWS_ROLE }}
aws_session_name: ${{ secrets.AWS_SESSION_NAME }}
cdk_deploy_account: ${{ secrets.CDK_DEPLOY_ACCOUNT }}
cdk_deploy_region: ${{ secrets.CDK_DEPLOY_REGION }}
```