Resources
Browse all articles, tutorials, and guides about Resources
4posts
Posts
⌘K
Terraform
2025-01-24|7 min read
How to Reference a Resource Created by a Terraform Module
Reference resources created inside a Terraform module from the parent config. Covers defining outputs, accessing module outputs by name, and chaining modules.
Terraform
2024-10-12|8 min read
How to Reference Resources Created With for_each in Terraform
Learn how to reference individual resources and attributes from for_each loops in other Terraform resources, including cross-resource dependencies and data extraction patterns.
Kubernetes
2024-08-01|6 min read
Listing All Resources in a Namespace
Learn how to list all resources in a Kubernetes namespace using kubectl commands.
Kubernetes
2024-07-01|7 min read
How to Delete All Resources from Kubernetes at One Time
Delete every resource in a Kubernetes namespace or whole cluster with kubectl. Covers kubectl delete all, namespace deletion, and cleaning up CRDs safely.