Skip to content

Instantly share code, notes, and snippets.

@thapakazi
Created March 17, 2021 04:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thapakazi/f3c009c42d3069ee3330b8c3221bd03d to your computer and use it in GitHub Desktop.
Save thapakazi/f3c009c42d3069ee3330b8c3221bd03d to your computer and use it in GitHub Desktop.
variable date {}
variable url {}
meetup "terraform_tidbits" {
date = var.date
url = var.url
title = "Terraform Practical Tit-Bits"
description = "In this session we will explore some of the common practical tit-bits of using terraform. If you are having difficulties collaborating with your friends/co-workers due to hassles of state file management, dealing with 10s of secrets/variables, managing different infra environments; well, this session is just for you."
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment