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
- Host: GitHub
- URL: https://github.com/p6m7g8-actions/cdktf-deploy
- Owner: p6m7g8-actions
- License: apache-2.0
- Created: 2024-11-03T17:39:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-11T04:55:25.000Z (6 months ago)
- Last Synced: 2026-01-28T03:20:11.084Z (5 months ago)
- Topics: aws, cdktf, github, github-actions, p6, p6m7g8, terraform
- Homepage: https://continuouslearning.io
- Size: 32.2 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/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 }}
```