Skip to content

Instantly share code, notes, and snippets.

View yermulnik's full-sized avatar
🇺🇦
Yz

George L. Yermulnik yermulnik

🇺🇦
Yz
  • Earth, Europe, Ukraine, Kyiv
  • 05:38 (UTC +03:00)
  • LinkedIn in/yermulnik
View GitHub Profile
@yermulnik
yermulnik / getAwsRegionCodeFromName
Last active October 15, 2024 22:54
AWS Region Code from Name
# HCL (Terraform >= 0.12.20)
locals {
combined_cardinal_directions = {
northeast = "ne",
northwest = "nw",
southeast = "se",
southwest = "sw",
}
aws_region_array = split("-", lower(var.aws_region_name))
@yermulnik
yermulnik / .gitignore
Created November 9, 2024 16:38 — forked from jeosadn/.gitignore
Convert YouTube subscriptions exported via Google Takeout into OPML
*~
@yermulnik
yermulnik / My list of Terraform-related CLI tools.md
Last active March 10, 2025 16:42
My list of Terraform-related CLI tools