Skip to content

Commit

Permalink
fix: Output imported image id rather than catalog image id(#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
surajsbharadwaj authored Oct 26, 2023
1 parent ba91601 commit de9ec1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/pi-workspace/pi_images.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ resource "ibm_pi_image" "import_images" {

locals {

pi_images = { for image in ibm_pi_image.import_images : image.pi_image_name => image.pi_image_id }
pi_images = { for image in ibm_pi_image.import_images : image.pi_image_name => image.image_id }
}

0 comments on commit de9ec1e

Please sign in to comment.