Skip to content

Instantly share code, notes, and snippets.

View parmou's full-sized avatar

Parvesh Mourya parmou

View GitHub Profile
@parmou
parmou / config.tf
Created August 5, 2021 15:37
AWS IAM user management
terraform {
required_version = ">= 0.15.4"
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 3.44.0"
}
}
}
@parmou
parmou / deploymentexample.yaml
Created May 21, 2021 21:52
Deployment YAML manifest
## Set the API endpoint used to create the Deployment resource.
apiVersion: apps/v1
## Define the type of the resource.
kind: Deployment
## Set the parameters that make the object identifiable, such as its name, namespace, and labels.
metadata:
annotations:
labels:
app: go-helloworld
name: go-helloworld
@parmou
parmou / gist:0e4d3a379b8885f06b339e83568d965d
Created July 2, 2020 15:11 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: 😄 :smile: 😆 :laughing:
😊 :blush: 😃 :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
😆 :satisfied: 😁 :grin: 😉 :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: 😀 :grinning:
😗 :kissing: 😙 :kissing_smiling_eyes: 😛 :stuck_out_tongue:
@parmou
parmou / Quotes.json
Created November 26, 2017 20:33 — forked from dmakk767/Quotes.json
Enlightened Quotes
[
{
"quote" : "Life isn’t about getting and having, it’s about giving and being.",
"name": "Kevin Kruse"
},
{
"quote" : "Whatever the mind of man can conceive and believe, it can achieve.",
"name" : "Napoleon Hill"
},
{