/hc22-gitops-cdktf-vcs

VCS workflow version of CDKTF GitOps demo

Primary LanguageJavaScript

Example CDKTF VCS workflow

Synthesize Terraform configuration

This project uses a GitHub action to run cdktf synth on a PR, commit the synthesized Terraform JSON configuration back into the repo, which is then picked up by the Terraform Cloud integration to plan (PR) or apply (main) the VCS-backed workspace.