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

added lookup for agent plugins #111

Closed karthicgit closed 1 year ago

karthicgit commented 1 year ago

Before end user has to pass map with all plugin details for variable cloud_agent_plugins . https://registry.terraform.io/modules/oracle-terraform-modules/compute-instance/oci/latest?tab=inputs

After this change user can pass only the plugin details they want to modify from default values. Ex: cloud_agent_plugins = { "management" : "ENABLED" }