diff --git a/cloud-operations/onprem-sa-key-management/variables.tf b/cloud-operations/onprem-sa-key-management/variables.tf index 5ad2390b..60f893c5 100644 --- a/cloud-operations/onprem-sa-key-management/variables.tf +++ b/cloud-operations/onprem-sa-key-management/variables.tf @@ -25,12 +25,6 @@ variable "project_id" { type = string } -variable "services" { - description = "Service APIs to enable." - type = list(string) - default = [] -} - variable "service_accounts" { description = "List of service accounts." type = list(object({ @@ -58,3 +52,9 @@ variable "service_accounts" { ] } + +variable "services" { + description = "Service APIs to enable." + type = list(string) + default = [] +}