resource "developer" "ethan" {
role = "software engineer"
location = "cardiff, wales"
languages = ["c#", "f#", "hcl", "typescript"]
editors = ["vim", "vscode"]
linkedin = "https://www.linkedin.com/in/ethan-morgan-24377213a"
github = "https://github.com/sixfourtwelve"
}