Example Terraform project demonstrating C3X cost estimation on pull requests.
Every pull request automatically gets a cost estimate comment from C3X Cloud.
The workflow is two steps:
- uses: actions/checkout@v4
- uses: c3xdev/setup-c3x@v1
with:
path: .See PR #1 for a live example.