Skip to content

aparedero/terraform-basic-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform example containing 2-tier application.

DO NOT use insecure and insecure.pub keys, as are published here ;)

To generate a new one:

$ ssh-keygen -t rsa -b 2048 -v

Generating public/private rsa key pair.
Enter file in which to save the key (C:\Users\user/.ssh/id_rsa): mysecurekeypair
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in mysecurekeypair.
Your public key has been saved in mysecurekeypair.pub.

$ ls
mysecurekeypair  mysecurekeypair.pub

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages