Apigee addons

This commit is contained in:
Miren Esnaola
2023-08-08 18:50:57 +02:00
parent 80ada0e8dd
commit 6a13742e3c
6 changed files with 80 additions and 14 deletions

View File

@@ -14,6 +14,18 @@
* limitations under the License.
*/
variable "addons_config" {
description = "Addons configuration."
type = object({
advanced_api_ops = optional(bool, false)
api_security = optional(bool, false)
connectors_platform = optional(bool, false)
integration = optional(bool, false)
monetization = optional(bool, false)
})
default = null
}
variable "endpoint_attachments" {
description = "Endpoint attachments."
type = map(object({