Skip to content
View triralph's full-sized avatar
🌮
Live Mas
🌮
Live Mas

Block or report triralph

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
triralph/README.md

Say Cheese 👋

variable "location" {
  type = map(any)
  default = {
    "onsite" = "Jupiter, Fl"
    "remote" = "US Based Remote, covering EST Time work schedule"
  }
}
variable "cloud_providers" {
  type = map(any)
  default = {
    "aws" = "https://aws.amazon.com/"
  }
}
variable "ci_preferences" {
  type = map(any)
  default = {
    "github_actions"   = "https://github.com/features/actions"
    "aws_codepipeline" = "https://aws.amazon.com/codepipeline/"
    "aws_codebuild"    = "https://aws.amazon.com/codebuild/"
    "circleci"         = "https://circleci.com/"
    "bamboo"           = "https://www.atlassian.com/software/bamboo"
    "jenkins"          = "https://www.jenkins.io/"
  }
}
var "skills" {
  type = map(any)
  default = {
    "aws"            = [
      "cost_optimization",
      "ec2",
      "ecs",
      "alb",
      "dynamodb",
      "rds",
      "cloudformation",
      "route53",
      "s3",
      "iam",
      "vpc",
      "cloudwatch",
      "cloudtrail",
      "cloudfront",
      "elasticache",
      "elasticsearch",
      "codepipeline",
      "codebuild",
      "codecommit",
      "codedeploy",
      "codeartifact"
    ]
    "virtualization" = [
      "vmware",
      "citrix",
      "xenserver"
    ]
    "storage" = [
      "emc",
      "dell"
    ]
    "cisco" = [
      "firewalls",
      "routers",
      "switches",
      "ucs"
    ]
    "monitoring" = [
      "nagios",
      "pagerduty",
      "datadog",
      "newrelic",
      "honeybadger",
      "monyog",
      "splunk"
    ]
    "tools" = [
      "cloudformation",
      "docker",
      "terraform",
      "vscode",
      "CoPilot"
    ]
  }
}

Popular repositories Loading

  1. triralph-github.io triralph-github.io Public

    personal site testing

    JavaScript

  2. designs designs Public

    AWS Infrastructure Designs

    Shell

  3. triralph triralph Public