Reorder variables

This commit is contained in:
averbukh 2021-12-15 11:13:18 +01:00
parent cba1a4f45e
commit 52878c1564
1 changed files with 6 additions and 6 deletions

View File

@ -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 = []
}