Skip to main content
The devops template ships Go 1.23, the docker CLI, terraform 1.9.8, kubectl, helm, the AWS CLI v2, and ansible. Pick it whenever an agent needs to lint infrastructure-as-code, render a Helm chart, or assemble a multi-tool pipeline without pulling binaries on every run.

What you’ll learn

  • Picking template="devops" to skip a long apt install / binary download sequence
  • Running terraform validate on a generated HCL file
  • Using kubectl client-side against a local manifest (no cluster needed)

Prerequisites

Code

Expected output

No outbound network is required for these validations — they’re purely client-side. If you want to actually terraform apply against AWS or hit a real cluster, attach a SecurityPolicy with a domain allowlist and credentials via the envs= kwarg.