From af032d99f9cc492764d18471f56397b9b6756e7a Mon Sep 17 00:00:00 2001 From: Nikhil Bhoyar Date: Mon, 11 Nov 2024 17:59:06 +0530 Subject: [PATCH] fmt change --- examples/autokey/autokey-setup/outputs.tf | 2 +- examples/autokey/keyhandle-setup/outputs.tf | 2 +- modules/autokey/main.tf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/autokey/autokey-setup/outputs.tf b/examples/autokey/autokey-setup/outputs.tf index 9b36548..6f5d206 100644 --- a/examples/autokey/autokey-setup/outputs.tf +++ b/examples/autokey/autokey-setup/outputs.tf @@ -17,4 +17,4 @@ output "autokey_config_id" { description = "An Autokey configuration identifier." value = module.autokey.autokey_config_id -} \ No newline at end of file +} diff --git a/examples/autokey/keyhandle-setup/outputs.tf b/examples/autokey/keyhandle-setup/outputs.tf index 44870b5..2a77391 100644 --- a/examples/autokey/keyhandle-setup/outputs.tf +++ b/examples/autokey/keyhandle-setup/outputs.tf @@ -22,4 +22,4 @@ output "bucket_keyhandle" { output "bucket_name" { description = "A map of KeyHandles created." value = module.bucket.name -} \ No newline at end of file +} diff --git a/modules/autokey/main.tf b/modules/autokey/main.tf index b5d4f61..1a8001f 100644 --- a/modules/autokey/main.tf +++ b/modules/autokey/main.tf @@ -19,4 +19,4 @@ resource "google_kms_autokey_config" "primary" { folder = var.autokey_folder_number key_project = "projects/${var.autokey_kms_project_id}" -} \ No newline at end of file +}