This is an OpenPGP proof that connects my OpenPGP key to this Github account. For details check out https://keyoxide.org/guides/openpgp-proofs
[Verifying my OpenPGP key: openpgp4fpr:653C947B2C05481E8A0A992715D0A62ED01E190C]
{ | |
"basics": { | |
"name": "Jeremy T. Bouse", | |
"label": "Passionate IT professional", | |
"image": "https://undergrid.net/wp-content/uploads/2019/06/49484540-1-e1561182621844-300x300.jpg", | |
"summary": "Through hands-on work experience I've been able to constantly challenge myself within the Information Technology field to maintain a competetive edge. I actively seek those positions that will challenge me to grow further and become a vital part of the organization.\n\nWhile recognizing the importance enterprises put on commerically backed software, also advocating the use of open-source solutions where appropriate and adopting open-source friendly policies within organziations to improve the open-source software offerings to better address corporate requirements.\n\nSpecialties: Linux, Debian, open-source software", | |
"website": "https://UnderGrid.net", | |
"email": "[email protected]", | |
"phone": "678-348-0867", | |
"location": { |
This is an OpenPGP proof that connects my OpenPGP key to this Github account. For details check out https://keyoxide.org/guides/openpgp-proofs
[Verifying my OpenPGP key: openpgp4fpr:653C947B2C05481E8A0A992715D0A62ED01E190C]
data "aws_security_group" "eks_cluster" { | |
tags = { | |
"aws:eks:cluster-name" = var.eks_cluster_name | |
} | |
} | |
output "eks_cluster_security_group_id" { | |
value = data.aws_security_group.eks_cluster.id | |
description = "EKS Cluster Security Group ID" | |
} |