Skip to content

Instantly share code, notes, and snippets.

View lexops's full-sized avatar

Alex Silva lexops

  • Brasília
  • 14:45 (UTC -03:00)
View GitHub Profile
#!/usr/bin/env bash
set -e
readonly CONTENT_MAIN_TF='module "wrapper" {}'
readonly CONTENT_VARIABLES_TF='variable "items" {
description = "Maps of items to create a wrapper from. Values are passed through to the module."
type = any
default = {}
}'