diff --git a/.gitignore b/.gitignore index faaf717..18e0dca 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,8 @@ terraform.rc # output plans *-plan.zip + + +# Ignore ssh_key_file_ref +**/ssh_key_file_ref.tf + diff --git a/openstack-tf/d4s-dev/geoserver/geoserver.zip b/openstack-tf/d4s-dev/geoserver/geoserver.zip deleted file mode 100644 index 8b6690f..0000000 Binary files a/openstack-tf/d4s-dev/geoserver/geoserver.zip and /dev/null differ diff --git a/openstack-tf/modules/common_variables/variables.tf b/openstack-tf/modules/common_variables/variables.tf index 2ed0fcd..75c51ed 100644 --- a/openstack-tf/modules/common_variables/variables.tf +++ b/openstack-tf/modules/common_variables/variables.tf @@ -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)