added keys-vars-exmaple

This commit is contained in:
Kfir Dayan 2023-03-30 16:31:41 +03:00
parent 2dd02c8f3c
commit acbde51437
2 changed files with 10 additions and 1 deletions

View file

@ -4,4 +4,8 @@ My developing infrastructure.
Projects -
EC2 For haifa-reminder app
EC2 For haifa-reminder app
need to create a `keys` directory and inside the keys (pub/private).

5
keys-vars-example Normal file
View file

@ -0,0 +1,5 @@
variable "terraform_key_name" {
type = string
default = "{{ KEY_NAME }}"
description = "Name of the key to use for SSH access to the instance"
}