Tiendah | View shop
Instagram | View all
Blog | View all
Self-validating Terraform imports: detecting regressions at plan time
How can a Terraform configuration prove — at plan time, before any apply — that importing an existing live resource does not change its behavior?
Verifying and validating Terraform: techniques for testing infrastructure-as-code
An overview of techniques for testing Terraform, from linting to end-to-end testing.
Testing JavaScript with node:test
Using Node.js’s built-in test runner and assertion library to avoid third-party test dependencies.
Terraform: natively reading GitHub release assets
Reading release assets in Terraform via the
github_release_assetdata source.