-
Notifications
You must be signed in to change notification settings - Fork 18
Description
I am getting the error below when running terraform validate or terraform apply
[raoul@auto terraform-oci-oke]$ terraform init
Initializing modules...
Initializing the backend...
Initializing provider plugins...
- Reusing previous version of hashicorp/time from the dependency lock file
- Reusing previous version of hashicorp/local from the dependency lock file
- Reusing previous version of hashicorp/oci from the dependency lock file
- Reusing previous version of hashicorp/cloudinit from the dependency lock file
- Reusing previous version of hashicorp/null from the dependency lock file
- Using previously-installed hashicorp/time v0.7.2
- Using previously-installed hashicorp/local v2.1.0
- Using previously-installed hashicorp/oci v4.62.0
- Using previously-installed hashicorp/cloudinit v2.2.0
- Using previously-installed hashicorp/null v3.1.0
Terraform has been successfully initialized!
You may now begin working with Terraform. Try running "terraform plan" to see
any changes that are required for your infrastructure. All Terraform commands
should now work.
If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.
[raoul@auto terraform-oci-oke]$ terraform validate
╷
│ Error: missing provider provider["registry.terraform.io/hashicorp/oci"].home
│