Skip to content

Instantly share code, notes, and snippets.

View claudsonm's full-sized avatar
🏠
Working from home

Claudson Martins claudsonm

🏠
Working from home
View GitHub Profile
@fworks
fworks / install-zsh-windows-git-bash.md
Last active September 19, 2024 14:16
Zsh / Oh-my-zsh on Windows Git Bash
@danihodovic
danihodovic / main.tf
Created January 8, 2017 20:48
Terraform - static site using S3, Cloudfront and Route53
variable "aws_region" {
default = "eu-west-1"
}
variable "domain" {
default = "my_domain"
}
provider "aws" {
region = "${var.aws_region}"