* api no longer fails when no pilots or logbook entries * api no longer fails when no pilots or logbook entries * api no longer fails when no pilots or logbook entries * api no longer fails when no pilots or logbook entries * api no longer fails when no pilots or logbook entries * api no longer fails when no pilots or logbook entries * api no longer fails when no pilots or logbook entries * api no longer fails when no pilots or logbook entries * api no longer fails when no pilots or logbook entries * api no longer fails when no pilots or logbook entries * api no longer fails when no pilots or logbook entries * api no longer fails when no pilots or logbook entries * api no longer fails when no pilots or logbook entries * api no longer fails when no pilots or logbook entries * api no longer fails when no pilots or logbook entries * api no longer fails when no pilots or logbook entries * api no longer fails when no pilots or logbook entries * api no longer fails when no pilots or logbook entries * api no longer fails when no pilots or logbook entries * Refactoring * Refactoring * Refactoring * Refactoring * Refactoring * Refactoring * Refactoring * Refactoring * Refactoring * Refactoring * Refactoring * Refactoring * Refactoring * Refactoring * Refactoring * Refactoring * Refactoring * Refactoring * Refactoring * Refactoring * Refactoring * Refactoring * Refactoring * Refactoring * Refactoring * Refactoring * Refactoring * Refactoring * Refactoring * Refactoring * Refactoring * Refactoring * Refactoring * Refactoring * Refactoring * Refactoring * Refactoring * Refactoring * Refactoring * Refactoring * Refactoring * Refactoring * Refactoring * Refactoring * Refactoring * Refactoring * Refactoring * Refactoring * Refactoring * Refactoring * Refactoring * Refactoring * Refactoring * Refactoring * Refactoring * Refactoring * Refactoring * Refactoring * Refactoring * Refactoring * refactoring * refactoring * refactoring * refactoring * adding test environment * adding test environment
47 lines
553 B
HCL
47 lines
553 B
HCL
variable "API_SUBDOMAIN_NAME" {
|
|
type = string
|
|
}
|
|
|
|
variable "APP_SUBDOMAIN_NAME" {
|
|
type = string
|
|
}
|
|
|
|
variable "CLIENT_ID" {
|
|
type = string
|
|
}
|
|
|
|
variable "CLIENT_SECRET" {
|
|
type = string
|
|
sensitive = true
|
|
}
|
|
|
|
variable "DOCKER_IO_PASSWORD" {
|
|
type = string
|
|
sensitive = true
|
|
}
|
|
|
|
variable "DOCKER_IO_USERNAME" {
|
|
type = string
|
|
}
|
|
|
|
variable "DOMAIN_NAME" {
|
|
type = string
|
|
}
|
|
|
|
variable "REGION" {
|
|
type = string
|
|
}
|
|
|
|
variable "RESOURCE_GROUP_NAME" {
|
|
type = string
|
|
}
|
|
|
|
variable "TENANT_ID" {
|
|
type = string
|
|
}
|
|
|
|
variable "WORKSPACE" {
|
|
type = string
|
|
}
|
|
|