Skip to content

Commit

Permalink
replace builder to az-builder
Browse files Browse the repository at this point in the history
Signed-off-by: karim mdmirajul <[email protected]>
  • Loading branch information
karim20230 committed Mar 8, 2024
1 parent f5c3c36 commit 3409a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/playground/test-infra.tf
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ resource "azurerm_storage_container" "vm_images" {
module "test_image" {
source = "../modules/azurerm-nix-vm-image"

nix_attrpath = "outputs.nixosConfigurations.builder.config.system.build.azureImage"
nix_attrpath = "outputs.nixosConfigurations.az-builder.config.system.build.azureImage"
nix_entrypoint = "${path.module}/../.."

name = "playground_vm_img"
Expand Down

0 comments on commit 3409a8d

Please sign in to comment.