diff --git a/contexts/_template/blueprint.jsonnet b/contexts/_template/blueprint.jsonnet index c0d876ce..ba263021 100644 --- a/contexts/_template/blueprint.jsonnet +++ b/contexts/_template/blueprint.jsonnet @@ -17,9 +17,6 @@ local repositoryConfig = { // Platform-specific terraform configurations local terraformConfigs = { "aws": [ - { - path: "backend/s3", - }, { path: "network/aws-vpc", }, @@ -36,9 +33,6 @@ local terraformConfigs = { } ], "azure": [ - { - path: "backend/azurerm", - }, { path: "network/azure-vnet", },