terraform-cdk
                                
                                
                                
                                    terraform-cdk copied to clipboard
                            
                            
                            
                        Define infrastructure resources using programming constructs and provision them using HashiCorp Terraform
### Expected Behavior When running `pnpm exec cdktf deploy stack-name --auto-approve` within GitHub Actions, the workflow should complete successfully with a proper JSON response from Terraform Cloud after the apply...
### Expected Behavior When using Python, the time taken for a synth is only correlated to the volume of resources within a stack. ### Actual Behavior When using Python, running...
### Expected Behavior - I add `"hashicorp/hcp@~>0.0"` to my `cdktf.json`. - I execute `cdktf get` which places it in a local `imports` directory. - I used the library via `from...
### Expected Behavior I'm using simple TypeScript code to generate my resources and CDKTF constructs. I expected it to be a fast process. ### Actual Behavior When I profiled my...
### Expected Behavior The `oracle/oci` provider code should be generated and compile. ### Actual Behavior The provider fails to compile with the following errors: ``` 0>DataOciDevopsRepositoryMirrorRecord.cs(19,132): Error CS0234 : The...
### Description Hi, Now that Terraform ephemeral resources are out, is there any chance for getting this supported in CDKTF? https://developer.hashicorp.com/terraform/language/resources/ephemeral ### References _No response_ ### Help Wanted - [...
### Related issue Fixes #2709 ### Description Removed redundant condition in Tokenizer. ### Checklist - [x] I have updated the PR title to match [CDKTF's style guide](https://github.com/hashicorp/terraform-cdk/blob/main/CONTRIBUTING.md#pull-requests-1) - [x] I...
### Related issue Fixes #3875 ### Description Only store and read the `hclOutput` configuration from the manifest (App class), respecting the value provided in the AppConfig, as well as the...
### Expected Behavior In the following example, the synth process should output HCL ```javascript import { Construct } from "constructs"; import { App, TerraformStack } from "cdktf"; class MyStack extends...
### Expected Behavior When testing with Jest and TypeScript the fullSynth method should returns the full synthesized version of the given stack. ### Actual Behavior The fullSynth method returns an...