Skip to content

Commit

Permalink
OCTOPUS-583: change from rhel to red
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
  • Loading branch information
prb112 committed May 9, 2024
1 parent 04c890c commit beaf851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/5_image/image.tf
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ resource "ibm_is_image" "worker_image_id" {
depends_on = [null_resource.upload_rhcos_image, ibm_cos_bucket.cos_bucket, ibm_iam_authorization_policy.policy]
name = "${var.name_prefix}-rhcos-img"
href = "cos://${local.cos_region}/${var.name_prefix}-mac-intel/${var.name_prefix}-rhcos.qcow2"
operating_system = "rhel-coreos-stable-amd64-byol"
operating_system = "red-coreos-amd64-byol"
resource_group = data.ibm_resource_group.resource_group.id

//increase timeouts as this import may be cross-region
Expand Down

0 comments on commit beaf851

Please sign in to comment.