Open kral2 opened 3 years ago
the file example/instance_default/instance_default.tf refers to the module as relative path in the same repo: source = "../../"
example/instance_default/instance_default.tf
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
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