shira-lev
shira-lev
please review 🙏
Hi, it does generates the `cdk.tf.json` file. the required_providers I get is: ```json "required_providers": { "aws": { "source": "aws", "version": "5.51.1" } } ``` this is the version from the...
I do have a `cdktf.json` file if thats the meaning, but we don't manage the provider there.. Anyway this is the file: ```json { "language": "typescript", "app": "ts-node main.ts", "projectId":...
I've added this to the `cdktf.json` : ```json "terraformProviders": [ { "name": "aws", "source": "registry.opentofu.org/hashicorp/aws", "version": "5.51.1" } ], ``` and deleted the `cdktf.out` to get a freshly generated `terraform.lock.hcl`...
Sure! thanks for the help! The required_providers part was generated same as before.. ```json "required_providers": { "aws": { "source": "aws", "version": "5.51.1" } } ```
All good, thank you for the help so far, I'll be looking for the Core team updates:)
@jonatanzafar59 Unfortunately not...