Apigee addons
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user