-
Notifications
You must be signed in to change notification settings - Fork 459
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lib: Support terraform_data
built-in resource
#3142
Labels
cdktf
core-parity
Better experience in Terraform Core than CDKTF
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Community contributions welcome as the core team is unlikely to work on this soon
Milestone
Comments
ansgarm
added
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Community contributions welcome as the core team is unlikely to work on this soon
cdktf
core-parity
Better experience in Terraform Core than CDKTF
labels
Sep 22, 2023
Including @ansgarm's workaround here: stack.addOverride("resource.terraform_data.replacement", {
input: revision
}) |
2 tasks
ansgarm
added a commit
that referenced
this issue
Dec 1, 2023
ansgarm
added a commit
that referenced
this issue
Dec 1, 2023
ansgarm
added a commit
that referenced
this issue
Dec 1, 2023
ansgarm
added a commit
that referenced
this issue
Dec 4, 2023
ansgarm
added a commit
that referenced
this issue
Dec 4, 2023
ansgarm
added a commit
that referenced
this issue
Dec 5, 2023
ansgarm
added a commit
that referenced
this issue
Dec 6, 2023
I'm going to lock this issue because it has been closed for 30 days. This helps our maintainers find and focus on the active issues. If you've found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
cdktf
core-parity
Better experience in Terraform Core than CDKTF
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Community contributions welcome as the core team is unlikely to work on this soon
Description
Terraform 1.4 added support for a built-in
terraform_data
resource which can be used instead of thenull
resource. We should support it, too!Note: We should ensure
convert
supports this as well!References
Terraform PR: hashicorp/terraform#31757
Terraform Docs: https://developer.hashicorp.com/terraform/language/resources/terraform-data
Discuss thread asking for CDKTF support: https://discuss.hashicorp.com/t/how-to-use-terraform-data-in-cdk-tf/58390
Help Wanted
Community Note
The text was updated successfully, but these errors were encountered: