modules/artifact-registry/variables.tf (11 lines of code) (raw):

variable "project_id" { description = "Project ID" } variable "app_name" { description = "Application name. Defaults to unknown" default = "unknown" } variable "service_name" { description = "Service name. Defaults to unknown" default = "unknown" }