Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Apigee disable add-ons by default (without the org being created)

Hi @dchiesa1 

Is there any way to disable some apigee addons by default? I know I can do it via an API and add something like this:

"addonsConfig": {
  "integrationConfig": {
    "enabled": false,
  "connectorsPlatformConfig": {
    "enabled": false
  }
}

 But we need to provide the name of the organization. The problem we are facing here is we do not have the org created yet. We are trying to create the org using terraform from Terraform-provider-google, and we are getting an error that some add-ons are not allowed to use with data residency which we are using. But looking at the official Terraform docs, the create org resource does not have a parameter to disable add-ons. So we are stuck currently. Any ideas on how we can disable the add-ons before we create an org or any workarounds? 

1 0 206
0 REPLIES 0