From 247a8c1b6737733c480e061abdfa982e33312353 Mon Sep 17 00:00:00 2001 From: Dipo Ajayi Date: Wed, 3 Jul 2024 10:33:47 +0100 Subject: [PATCH] format tf files --- container.tf | 2 +- registry.tf | 1 - versions.tf | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/container.tf b/container.tf index 7087736..67418fd 100644 --- a/container.tf +++ b/container.tf @@ -31,4 +31,4 @@ resource "azurerm_storage_container" "truefoundry_platform_container" { count = var.platform_feature_enabled ? var.feature_blob_storage_enabled ? 1 : 0 : 0 name = local.container_name storage_account_name = azurerm_storage_account.truefoundry_platform_storage_account[0].name -} \ No newline at end of file +} diff --git a/registry.tf b/registry.tf index 40b5ec2..414807a 100644 --- a/registry.tf +++ b/registry.tf @@ -8,4 +8,3 @@ resource "azurerm_container_registry" "truefoundry_container_registry" { public_network_access_enabled = var.container_registry_public_network_access_enabled tags = local.tags } - diff --git a/versions.tf b/versions.tf index 46f0788..8b1bc0a 100644 --- a/versions.tf +++ b/versions.tf @@ -11,4 +11,4 @@ terraform { version = "2.47.0" } } -} \ No newline at end of file +}