Skip to content

Commit

Permalink
format tf files
Browse files Browse the repository at this point in the history
  • Loading branch information
DeeAjayi committed Jul 3, 2024
1 parent 055b9a4 commit 247a8c1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion container.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
1 change: 0 additions & 1 deletion registry.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ terraform {
version = "2.47.0"
}
}
}
}

0 comments on commit 247a8c1

Please sign in to comment.