Skip to content
View arekgoral's full-sized avatar

Block or report arekgoral

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

Pinned Loading

  1. Google-serverless-app Google-serverless-app Public

    Go

  2. terraform-aws-org-delegation terraform-aws-org-delegation Public

    Forked from andyscott1547/terraform-aws-org-delegation

    HCL

  3. terraform-aws-route53-a-records terraform-aws-route53-a-records Public

    An example of terraform using list of comma separated domain / ip lists to mass create A records in route53

    HCL

  4. DrugMechDB DrugMechDB Public

    Forked from SuLab/DrugMechDB

    A database of paths that represent the mechanism of action from a drug to a disease in an indication.

    Jupyter Notebook

  5. Jenkinsfile for running Terraform Jenkinsfile for running Terraform
    1
    pipeline {
    2
        agent any
    3
    
                  
    4
        parameters {
    5
            string(name: 'environment', defaultValue: 'default', description: 'Workspace/environment file to use for deployment')
  6. letsencrypt-certificates-renewal-automation-certbot letsencrypt-certificates-renewal-automation-certbot Public

    Automation of renewal TLS Let's Encrypt certificates with Certbot AWS Lambda Python and Terraform

    Python