added keys-vars-exmaple
This commit is contained in:
parent
2dd02c8f3c
commit
acbde51437
2 changed files with 10 additions and 1 deletions
|
@ -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
5
keys-vars-example
Normal 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"
|
||||
}
|
Loading…
Reference in a new issue