Use terraform to create an instance in compartment A using a custom image in compartment B
Summary
Use terraform to create an instance in compartment A using a custom image in compartment BContent
Hi,
I need to create an instance using terraform in compartment A using a custom image in compartment B. I specified the image ocid and compartment A's ocid for the instance. Terrafrom threw "image not found". How can I specify the image's compartment so that terraform can find the image? Thanks a lot.
2