hashicorp / terraform-cdk

Define infrastructure resources using programming constructs and provision them using HashiCorp Terraform
https://www.terraform.io/cdktf
Mozilla Public License 2.0
4.83k stars 449 forks source link

Documentation bug(?): Unit tests with CDKTF Go #2652

Closed eahrend closed 1 year ago

eahrend commented 1 year ago

Community Note

cdktf & Language Versions

github.com/hashicorp/terraform-cdk-go/cdktf v0.15.4 // indirect

Affected Resource(s)

The base cdktf library and the documentation on https://developer.hashicorp.com/terraform/cdktf/test/unit-tests

Debug Output

N/A

Expected Behavior

There should be a function inside of cdktf called Assertions_App that's use for unit testing

Actual Behavior

No such function exists

Steps to Reproduce

Try to follow the unit testing guide for go https://developer.hashicorp.com/terraform/cdktf/test/unit-tests

Important Factoids

References

https://developer.hashicorp.com/terraform/cdktf/test/unit-tests

github-actions[bot] commented 11 months ago

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.