Created
March 17, 2021 04:47
-
-
Save thapakazi/f3c009c42d3069ee3330b8c3221bd03d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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