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
- Host: GitHub
- URL: https://github.com/p6m7g8-actions/cdktf-build
- Owner: p6m7g8-actions
- License: apache-2.0
- Created: 2024-11-03T17:39:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-03-29T17:00:01.000Z (3 months ago)
- Last Synced: 2026-03-29T19:09:12.159Z (3 months ago)
- Topics: aws, cdktf, github, github-actions, p6, p6m7g8, terraform
- Homepage: https://continuouslearning.io
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 }}
```