cloud-foundation-fabric/modules/apigee-x-instance
Daniel Strebel 9c4bb0562f apigee module without service networking 2021-08-05 11:57:22 +02:00
..
README.md apigee module without service networking 2021-08-05 11:57:22 +02:00
main.tf apigee module without service networking 2021-08-05 11:57:22 +02:00
outputs.tf apigee module without service networking 2021-08-05 11:57:22 +02:00
variables.tf apigee module without service networking 2021-08-05 11:57:22 +02:00

README.md

Google Apigee X Instance Module

This module allows managing a single Apigee X instance and its environment attachments.

TODO

  • N/A

Examples

Apigee X Evaluation Instance

module "apigee-x-instance" {
  source             = "./modules/apigee-x-instance"
  name               = "my-us-instance"
  region             = "us-central1"
  cidr_mask          = 22

  apigee_org_id      = "my-project"
  apigee_environments = [
    "eval1",
    "eval2"
  ]
}
# tftest:modules=1:resources=3