removed ssh_key_file variable. It has been declared into file named 'ssh_key_file_ref.tf' added also to .gitignore

This commit is contained in:
Francesco Mangiacrapa 2023-11-24 11:22:49 +01:00
parent a96af024a0
commit 6dd036a015
3 changed files with 5 additions and 8 deletions

5
.gitignore vendored
View File

@ -37,3 +37,8 @@ terraform.rc
# output plans
*-plan.zip
# Ignore ssh_key_file_ref
**/ssh_key_file_ref.tf

View File

@ -61,14 +61,6 @@ variable "networks_with_d4s_services" {
}
}
variable "ssh_key_file" {
type = map(string)
default = {
file = "~/.ssh/privateKeySsh"
name = "francescomangiacrapa"
}
}
variable "ubuntu_1804" {
type = map(string)