Skip to content

Commit

Permalink
fix: support new custome image id
Browse files Browse the repository at this point in the history
  • Loading branch information
Denise Perez committed Sep 11, 2024
1 parent f316acb commit 1976560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ variable "cluster_size" {

variable "source_image_id" {
type = string
default = "/communityGalleries/WekaIO-d7d3f308-d5a1-4c45-8e8a-818aed57375a/images/ubuntu20.04/versions/latest"
default = "/communityGalleries/WekaIO-ddbef83d-dec1-42d0-998a-3c083f1450b7/images/weka_custom_image/versions/1.0.1"
description = "Use weka custom image, ubuntu 20.04 with kernel 5.4 and ofed 5.8-1.1.2.1"
}

Expand Down

0 comments on commit 1976560

Please sign in to comment.