diff --git a/blueprints/cloud-operations/terraform-enterprise-wif/gcp-workload-identity-provider/main.tf b/blueprints/cloud-operations/terraform-enterprise-wif/gcp-workload-identity-provider/main.tf index 6ca48696..543e9d72 100644 --- a/blueprints/cloud-operations/terraform-enterprise-wif/gcp-workload-identity-provider/main.tf +++ b/blueprints/cloud-operations/terraform-enterprise-wif/gcp-workload-identity-provider/main.tf @@ -80,4 +80,4 @@ module "sa-tfe" { "roles/storage.admin" ] } -} \ No newline at end of file +} diff --git a/blueprints/cloud-operations/terraform-enterprise-wif/gcp-workload-identity-provider/outputs.tf b/blueprints/cloud-operations/terraform-enterprise-wif/gcp-workload-identity-provider/outputs.tf index f28dc3a9..79cea39a 100644 --- a/blueprints/cloud-operations/terraform-enterprise-wif/gcp-workload-identity-provider/outputs.tf +++ b/blueprints/cloud-operations/terraform-enterprise-wif/gcp-workload-identity-provider/outputs.tf @@ -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 -} \ No newline at end of file +} diff --git a/blueprints/cloud-operations/terraform-enterprise-wif/gcp-workload-identity-provider/variables.tf b/blueprints/cloud-operations/terraform-enterprise-wif/gcp-workload-identity-provider/variables.tf index 6df8dbcb..62163d17 100644 --- a/blueprints/cloud-operations/terraform-enterprise-wif/gcp-workload-identity-provider/variables.tf +++ b/blueprints/cloud-operations/terraform-enterprise-wif/gcp-workload-identity-provider/variables.tf @@ -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/" -} \ No newline at end of file +} diff --git a/blueprints/cloud-operations/terraform-enterprise-wif/tfc-workflow-using-wif/variables.tf b/blueprints/cloud-operations/terraform-enterprise-wif/tfc-workflow-using-wif/variables.tf index 55a8c691..3f36c2ca 100644 --- a/blueprints/cloud-operations/terraform-enterprise-wif/tfc-workflow-using-wif/variables.tf +++ b/blueprints/cloud-operations/terraform-enterprise-wif/tfc-workflow-using-wif/variables.tf @@ -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 -} \ No newline at end of file +} diff --git a/tests/blueprints/cloud_operations/terraform-enterprise-wif/gcp-workload-identity-provider/fixture/variables.tf b/tests/blueprints/cloud_operations/terraform-enterprise-wif/gcp-workload-identity-provider/fixture/variables.tf index 134e4aff..d99981c0 100644 --- a/tests/blueprints/cloud_operations/terraform-enterprise-wif/gcp-workload-identity-provider/fixture/variables.tf +++ b/tests/blueprints/cloud_operations/terraform-enterprise-wif/gcp-workload-identity-provider/fixture/variables.tf @@ -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/" -} \ No newline at end of file +}