Skip to content

Instantly share code, notes, and snippets.

View pandom's full-sized avatar
💭
Nomadic

Anthony Burke pandom

💭
Nomadic
View GitHub Profile
resource tfe_workspace "this" {
name = var.tfe_workspace_name != "" ? var.tfe_workspace_name : var.repository_name
organization = var.tfe_org_name
auto_apply = var.tfe_auto_apply
# Default is Remote;
execution_mode = var.execution_mode
# Agent override will trigger below - If AGENT use pool ID others it not, null
agent_pool_id = var.execution_mode == "agent" ? var.agent_pool_id : null
//TODO - If we provide agent pool ID then automatically select agent execution mode
@pandom
pandom / blog_example_gke.md
Last active February 7, 2018 04:20 — forked from kars7e/blog_example_gke.md
Dispatch Blog Example using GKE

Prerequisite

Dispatch

If you arrived here, you should already have GKE environment ready, and Dispatch deployed. We will now deploy dependencies, and install our blog application.

Minio

Minio is a S3 compatible object store, we use it to store blog posts. You can deploy a minio server locally or use S3 instead.

Keybase proof

I hereby claim:

  • I am pandom on github.
  • I am aburke (https://keybase.io/aburke) on keybase.
  • I have a public key whose fingerprint is DFA8 00B6 85EA 7FCE 7E2A FD82 8F8C CC32 384B 6582

To claim this, I am signing this object: