From 15873c6ebbf2053a89bfea98bdb86f33796fad48 Mon Sep 17 00:00:00 2001 From: Wojciech Pluta <60693402+WSPluta@users.noreply.github.com> Date: Wed, 25 Jan 2023 20:13:20 +0000 Subject: [PATCH] instances_fixed_shape missing cloud_agent_plugin adding jms to plugin config to the list --- examples/instances_fixed_shape/variables.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/instances_fixed_shape/variables.tf b/examples/instances_fixed_shape/variables.tf index 47da6e7..dfe5239 100644 --- a/examples/instances_fixed_shape/variables.tf +++ b/examples/instances_fixed_shape/variables.tf @@ -115,6 +115,7 @@ variable "cloud_agent_plugins" { osms = "ENABLED" run_command = "ENABLED" vulnerability_scanning = "ENABLED" + java_management_service = "DISABLED" } } variable "source_ocid" {