oracle-terraform-modules / terraform-oci-compute-instance

Terraform Module for creating Oracle Cloud Infrastructure compute instances
https://registry.terraform.io/modules/oracle-terraform-modules/compute-instance/oci/latest
Other
46 stars 62 forks source link

Module should not be referred as relative path #50

Open kral2 opened 3 years ago

kral2 commented 3 years ago

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