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

@ -93,7 +93,6 @@ In `otc/variables.tf`, you can change the additional variables:
* `availability_zone`
* `flavor`
* `key_pair` - Specify an existing SSH key pair
* `image_id`
* `volume_size`
Furthermore you can configure the naming of the created infrastructure (per default everything gets prefixed with "tpot-", e.g. "tpot-router").