nexus-casc-terraform-example/modules/nexus_image/variables.tf

15 lines
271 B
HCL

variable "nexus_repo_url" {
type = string
default = "https://github.com/AdaptiveConsulting/nexus-casc-plugin"
}
variable nexus_version {
type = string
default = "3.41.1"
}
variable nexus_image {
type = string
default = "adphi/nexus3:3.41.1-casc"
}