Skip to content
View clanbc's full-sized avatar

Block or report clanbc

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
clanbc/README.md
#!/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

  1. terraform-landscape terraform-landscape Public

    Forked from coinbase/terraform-landscape

    Improve Terraform's plan output to be easier to read and understand

    Ruby

  2. terraform terraform Public

    Forked 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

  3. terraform-aws-secure-baseline terraform-aws-secure-baseline Public

    Forked 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

  4. prowler prowler Public

    Forked 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

  5. citizen citizen Public

    Forked from outsideris/citizen

    A Private Terraform Module Registry

    JavaScript

  6. terraform-docs terraform-docs Public

    Forked from terraform-docs/terraform-docs

    Generate documentation from Terraform modules in various output formats

    Go