Skip to content

Commit

Permalink
Remove remaining platform_features_enabled vars (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
DeeAjayi authored Nov 19, 2024
1 parent 4cd1c3e commit 323c968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion registry.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
resource "azurerm_container_registry" "truefoundry_container_registry" {
count = var.platform_feature_enabled ? var.feature_container_registry_enabled ? 1 : 0 : 0
count = var.feature_container_registry_enabled ? 1 : 0
name = local.container_registry_name
resource_group_name = var.resource_group_name
location = var.location
Expand Down

0 comments on commit 323c968

Please sign in to comment.