Skip to content

Instantly share code, notes, and snippets.

View lgfa29's full-sized avatar

Luiz Aoqui lgfa29

View GitHub Profile
@lgfa29
lgfa29 / main.tf
Last active July 11, 2022 20:43 — forked from sergsoares/main.tf
Snippet for use variables as a map
# variables.tf
variable "myapp_conf" {
type = map
}
# terraform.tfvars
myapp_conf = {
REPLICAS = 0
LIMIT_CPU = "50m"
LIMIT_MEMORY = "96Mi"
@lgfa29
lgfa29 / 0_reuse_code.js
Created December 13, 2013 23:57
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console