Martin Atkins

Results 1242 comments of Martin Atkins

The mention already created a link above, but just to make it extra obvious to a future reader I want to note that we also have #29349 discussing the corresponding...

Hi @johnknutsonhc, I longer work on Terraform at HashiCorp, so I'm afraid I don't know what the plans are for this feature request.

As far as I can tell, CDKTF bindings for a provider are generated against a particular version of that provider and "remember" which version they were built against as part...

Oh, an additional (separate) theory that came to me after noticing the different registry hostnames in the two dependency lock files shared in the original issue: CDKTF has [its own...

Hi @shira-lev, Thanks for sharing the generated `cdk.tf.json` file. Unfortunately because CDKTF has set source to just "aws", this requirement is ambiguous: - For Terraform, this is a shorthand for...

Ah, okay. So I suppose then CDKTF is using the source address that's generated into the premade stubs that you are using: https://github.com/cdktf/cdktf-provider-aws/blob/208cec062cda65a7f4408c1903ed85b5bb16e7df/src/provider/index.ts#L4500 This is using the shorthand of only...

Hi @shira-lev. Thank you for trying that! Before trying anything else I'd like to try to understand why that solution didn't work, since that will hopefully provide a clue as...

Thanks for checking that, @shira-lev. In that case, I think we need to better understand how CDKTF decides what to write into that `"source"` property. Unfortunately nothing I have been...

Hi all, It seems that the maintainers of CDK for Terraform have announced that it has been "sunset" and will see no further development, in [the project's latest README file](https://github.com/hashicorp/terraform-cdk/blob/a0c56138e2b4c7b6c128bd7ba08a8e317df852af/README.md):...

Hi @lexrj! Thanks for reporting this. There are a few different parts to this, but I think the main one (which prompted me to label this as "bug") is that...