Skip to content

Commit

Permalink
correcting public key paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jerowe committed Apr 25, 2022
1 parent f2a7b7f commit 7920afd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@ variable "region" {
description = "AWS Region"
}


variable "private_key_file" {
type = str
type = string
default = "files/user-data/key-pair/id_rsa"
}

variable "public_key_file" {
type = str
type = string
default = "files/user-data/key-pair/id_rsa.pub"
}

0 comments on commit 7920afd

Please sign in to comment.