mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-20 06:02:24 +00:00
Fix variable typo
This commit is contained in:
parent
840662da48
commit
c33229b53a
2 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ resource "random_id" "tpot" {
|
|||
}
|
||||
|
||||
resource "opentelekomcloud_compute_instance_v2" "ecs_1" {
|
||||
availability_zone = var.availabiliy_zone
|
||||
availability_zone = var.availability_zone
|
||||
name = random_id.tpot.b64
|
||||
flavor_name = var.flavor
|
||||
key_pair = var.key_pair
|
||||
|
|
|
@ -34,7 +34,7 @@ variable "ecs_prefix" {
|
|||
}
|
||||
|
||||
# ECS configuration
|
||||
variable "availabiliy_zone" {
|
||||
variable "availability_zone" {
|
||||
default = "eu-de-03"
|
||||
description = "Select an availability zone"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue