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

SSH authorized key is required by the module. SSH authorized key is actually optional by the provider. SSH keys are not needed to connect Windows instance for example #97

Open jlecerf62 opened 2 years ago

jlecerf62 commented 2 years ago

Community Note

Terraform Version and Provider Version

Terraform v1.1.5 on linux_amd64

Affected Resource(s)

oci_core_instance

Terraform Configuration Files

# Copy-paste your Terraform configurations here - for large Terraform configs,
# please use a service like Dropbox and share a link to the ZIP file.
# Please remove any sensitive information from configuration files before sharing them.

Debug Output

Panic Output

Expected Behavior

Actual Behavior

Steps to Reproduce

  1. terraform apply

Important Factoids

References