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

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

P6 GHA: Builds a CDKTF App
https://github.com/p6m7g8-actions/cdktf-build

aws cdktf github github-actions p6 p6m7g8 terraform

Last synced: about 2 months ago
JSON representation

P6 GHA: Builds a CDKTF App

Awesome Lists containing this project

README

          

# p6m7g8-actions/cdk-build

- [p6m7g8-actions/cdk-build](#p6m7g8-actionscdk-build)
- [Usage](#usage)

## Usage

```yaml
- name: CDK Build
uses: p6m7g8-actions/cdktf-build@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 }}
```