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

add reserved public ip #71

Closed kral2 closed 3 years ago

kral2 commented 3 years ago

Feature description

This feature allow the module user to provision an instance with a reserved public IP. The user still have the possibility to provision an instance without a public IP or with an ephemeral public IP.

The argument assign_public_ip from the create_vnic_details block on oci_core_instance is not used anymore, as it do not allow assigning a reserved public IP.

New resources

Control variable