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:
| #!/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 |
I hereby claim:
To claim this, I am signing this object:
| # 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 |