Add missing newlines

This commit is contained in:
Aleksandr Averbukh 2022-10-25 13:07:05 +02:00
parent 991cd1324d
commit cadaba8cac
5 changed files with 5 additions and 5 deletions

View File

@ -80,4 +80,4 @@ module "sa-tfe" {
"roles/storage.admin"
]
}
}
}

View File

@ -31,4 +31,4 @@ output "workload_identity_audience" {
output "impersonate_service_account_email" {
description = "Service account to be impersonated by workload identity."
value = module.sa-tfe.email
}
}

View File

@ -66,4 +66,4 @@ variable "issuer_uri" {
description = "Terraform Enterprise uri. Replace the uri if a self hosted instance is used."
type = string
default = "https://app.terraform.io/"
}
}

View File

@ -26,4 +26,4 @@ variable "workload_identity_pool_provider_id" {
variable "impersonate_service_account_email" {
description = "Service account to be impersonated by workload identity."
type = string
}
}

View File

@ -65,4 +65,4 @@ variable "issuer_uri" {
description = "Terraform Enterprise uri. Replace the uri if a self hosted instance is used."
type = string
default = "https://app.terraform.io/"
}
}