#!/usr/bin/python
# -*- coding: utf-8 -*-
class Engineer:
def __init__(self):
self.name = "Ben Clancy"
self.role = "Platform Engineering"
self.location = "London"
self.languages = ["python", "terraform", "bash"]
def welcome(self):
print("Welcome to my Github Profile")
me = Engineer()
me.welcome()
Popular repositories Loading
-
terraform-landscape
terraform-landscape PublicForked from coinbase/terraform-landscape
Improve Terraform's plan output to be easier to read and understand
Ruby
-
terraform
terraform PublicForked from hashicorp/terraform
Terraform enables you to safely and predictably create, change, and improve infrastructure. It is an open source tool that codifies APIs into declarative configuration files that can be shared amon…
Go
-
terraform-aws-secure-baseline
terraform-aws-secure-baseline PublicForked from nozaq/terraform-aws-secure-baseline
Terraform module to set up your AWS account with the secure baseline configuration based on CIS Amazon Web Services Foundations.
HCL
-
prowler
prowler PublicForked from prowler-cloud/prowler
AWS Security Best Practices Assessment, Auditing, Hardening and Forensics Readiness Tool. It follows guidelines of the CIS Amazon Web Services Foundations Benchmark and DOZENS of additional checks …
Shell
-
citizen
citizen PublicForked from outsideris/citizen
A Private Terraform Module Registry
JavaScript
-
terraform-docs
terraform-docs PublicForked from terraform-docs/terraform-docs
Generate documentation from Terraform modules in various output formats
Go
If the problem persists, check the GitHub status page or contact support.