chore(dogfood): include multiple templates under dogfood/ (#16846)

* Renames `dogfood/contents` to `dogfood/coder`.
* Moves `coder-envbuilder` to `dogfood/coder-envbuilder`.
* Updates `dogfood/main.tf` to push `coder-envbuilder` template.
* Replaces hard-coded organization IDs with
`data.coderd_organization.default.id`.
This commit is contained in:
Cian Johnston
2025-03-11 13:17:40 +00:00
committed by GitHub
parent 9ded2cc7ec
commit 09dd69a7e8
42 changed files with 70 additions and 16 deletions
+1 -1
View File
@@ -37,6 +37,6 @@ echo "protoc-gen-go version: $PROTOC_GEN_GO_REV"
PROTOC_GEN_GO_SHA256=$(nix-prefetch-git https://github.com/protocolbuffers/protobuf-go --rev "$PROTOC_GEN_GO_REV" | jq -r .hash)
sed -i "s#\(sha256 = \"\)[^\"]*#\1${PROTOC_GEN_GO_SHA256}#" ./flake.nix
make dogfood/contents/nix.hash
make dogfood/coder/nix.hash
echo "Flake updated successfully!"