Files
noahspan-root/infrastructure/variables.tf
noahspannbauer f132d73b92
Some checks failed
Main / changes (push) Has been cancelled
Main / build-api (push) Has been cancelled
Main / deploy-api (push) Has been cancelled
Main / build-app (push) Has been cancelled
Main / deploy-app (push) Has been cancelled
updating infrastructure container apps environment
2026-05-11 20:41:53 -05:00

22 lines
257 B
HCL

variable "DOCKER_IO_PASSWORD" {
type = string
sensitive = true
}
variable "DOCKER_IO_USERNAME" {
type = string
}
variable "RESOURCE_GROUP_NAME" {
type = string
}
variable "TENANT_ID" {
type = string
}
variable "WORKSPACE" {
type = string
}