Skip to content

Commit

Permalink
IBMCloud: Update RHCOS image for VSI
Browse files Browse the repository at this point in the history
Update the image tag for the VSI's in IBM Cloud to be RHCOS rather
than Fedora CoreOS, now that IBM Cloud provides proper support for
the RHCOS image tag.

Related: https://bugzilla.redhat.com/show_bug.cgi?id=2082604
Related: #5869
Related: #5860
  • Loading branch information
cjschaef committed Jul 19, 2022
1 parent 694e52e commit dcac9ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/data/ibmcloud/network/image/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ resource "ibm_is_image" "image" {

name = var.name
href = "cos://${ibm_cos_bucket.images.region_location}/${ibm_cos_bucket.images.bucket_name}/${ibm_cos_bucket_object.file.key}"
operating_system = "fedora-coreos-stable-amd64"
operating_system = "rhel-coreos-stable-amd64"
resource_group = var.resource_group_id
tags = var.tags
}

0 comments on commit dcac9ac

Please sign in to comment.