Skip to content

Instantly share code, notes, and snippets.

View davinkevin's full-sized avatar
👋
Working hard !

Davin Kevin davinkevin

👋
Working hard !
View GitHub Profile
#!/bin/sh
### BEGIN INIT INFO
# Provides: regenerate_ssh_host_keys
# Required-Start:
# Required-Stop:
# Default-Start: 2
# Default-Stop:
# Short-Description: Regenerate ssh host keys
# Description:
### END INIT INFO

Keybase proof

I hereby claim:

  • I am davinkevin on github.
  • I am davinkevin (https://keybase.io/davinkevin) on keybase.
  • I have a public key whose fingerprint is 644E B07F A148 89FB 4770 1A70 7DEB EEB4 3ED5 B589

To claim this, I am signing this object:

@davinkevin
davinkevin / s3.tf
Last active February 5, 2020 13:22
test terraform
# Test de comment !
# Sur plusieurs ligne 👍
resource "aws_s3_bucket" "my-bucket-example" {
bucket = "my-bucket-example-23413426676567"
acl = "public-read"
}
resource "aws_s3_bucket_object" "picture-of-cat" {
bucket = aws_s3_bucket.my-bucket-example.id
apiVersion: v1
kind: Namespace
metadata:
name: httpbin
---
apiVersion: v1
kind: Service
metadata:
name: httpbin
namespace: httpbin