Skip to content

Commit c84120c

Browse files
authored
removing plan_info
Signed-off-by: Bas <[email protected]>
1 parent 6604742 commit c84120c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Diff for: packer.pkr.hcl

-5
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,6 @@ source "azure-arm" "controller" {
126126
}
127127
client_id = "${var.arm_client_id}"
128128
client_secret = "${var.arm_client_secret}"
129-
plan_info {
130-
plan_name = "8-gen2"
131-
plan_product = "almalinux"
132-
plan_publisher = "almalinux"
133-
}
134129
image_offer = "almalinux"
135130
image_publisher = "almalinux"
136131
image_sku = "8-gen2"

0 commit comments

Comments
 (0)