OTC: Retrieve Debian Image ID from Terraform Data Source

This commit is contained in:
Sebastian Haderecker
2021-02-05 16:07:53 +01:00
parent b214bed014
commit 98c7dd17d7
3 changed files with 5 additions and 7 deletions

View File

@ -49,11 +49,6 @@ variable "key_pair" {
description = "Specify your SSH key pair"
}
variable "image_id" {
default = "cf471250-a755-4df8-8c42-6faa5a224ea0"
description = "Select a Debian 10 base image id"
}
variable "volume_size" {
default = "128"
description = "Set the volume size"