Skip to content

refactor: conditionally use dotfiles in dogfood template #5332

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Dec 13, 2022
Prev Previous commit
Next Next commit
Merge branch 'main' into jsjoeio/fix-dogfood
  • Loading branch information
jsjoeio authored Dec 12, 2022
commit 97558ea0963fde4ff9eba033b55c0e173c87f26f
5 changes: 5 additions & 0 deletions dogfood/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ variable "dotfiles_uri" {

see https://dotfiles.github.io
EOF
}

variable "datocms_api_token" {
type = string
description = "An API token from DATOCMS for usage with building our website."
default = ""
}

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.