-
Everything seemed to be progressing okay but I have this error when trying to apply terraform. Would be grateful for any assistance. |
Beta Was this translation helpful? Give feedback.
Answered by
chadgeary
Feb 14, 2022
Replies: 1 comment 1 reply
-
Terraform's error states the
this data lookup requires variables https://github.com/chadgeary/cloudblock/blob/master/oci/oci.tfvars#L73 I talk about this variable at 6:57 in the oracle video: https://youtu.be/bVoO6XRNhJs?t=657 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
DavidBC71
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Terraform's error states the
source_id
is missing from the server (oci_core_instance). The source ID is defined in a terraform data lookup:this data lookup requires variables
oci_imageid
which should be set in youroci.tfvars
file:https://github.com/chadgeary/cloudblock/blob/master/oci/oci.tfvars#L73
I talk about this variable at 6:57 in the oracle video: https://youtu.be/bVoO6XRNhJs?t=657