Skip to content

Commit 8895caa

Browse files
committed
change create service user and tenancy policies optional
1 parent 841433f commit 8895caa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deploy/complete/terraform/mushop-variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ variable "mushop_mock_mode_all" {
4747
description = "If enabled, will not provision ATP Database, Object Storage, or Streaming. The services will run in mock mode and will connect to an in-memory database, and the data will not persist"
4848
}
4949
variable "create_oci_service_user" {
50-
default = true
50+
default = false
5151
description = "Creates OCI Service User. Service user is needed for Email Delivery (Newsletter feature) and Stream services."
5252
}
5353
variable "newsletter_subscription_enabled" {

deploy/complete/terraform/oke-variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ variable "create_compartment_policies" {
183183
description = "Creates policies that will reside on the compartment. e.g.: Policies to support Cluster Autoscaler, OCI Logging datasource on Grafana"
184184
}
185185
variable "create_tenancy_policies" {
186-
default = true
186+
default = false
187187
description = "Creates policies that need to reside on the tenancy. e.g.: Policies to support OCI Metrics datasource on Grafana"
188188
}
189189

0 commit comments

Comments
 (0)