VAULT-39355: Fixing Enos Dev Scenario Tests (#9162) (#9177)

* VAULT-39355: Fixing Enos Dev Scenario Tests

* setting default for integration_host_state

* fixing lint

Co-authored-by: Tin Vo <tintvo08@gmail.com>
This commit is contained in:
Vault Automation 2025-09-08 14:39:10 -06:00 committed by GitHub
parent 396f5c39dd
commit bbb6f1ea24
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -44,6 +44,7 @@ variable "ports" {
variable "integration_host_state" {
description = "The state of the test server from the 'backend_test_servers' module"
default = null
}
variable "hosts" {