terraform-oci-compute-instance
terraform-oci-compute-instance copied to clipboard
Module should not be referred as relative path
the file example/instance_default/instance_default.tf refers to the module as relative path in the same repo:
source = "../../"
Need to replace this with a reference to the registry.
Originally posted by @aorcl in https://github.com/oracle-terraform-modules/terraform-oci-compute-instance/issues/49#issuecomment-780892982