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

Apigee Terraform Module

I want to create Apigee PAYG organization with external load balancer using terraform module.  I found module https://github.com/apigee/terraform-modules and have few questions

1. Is this right module to use to create PAYG organization?

2. How can I specify Intermediate environment type in this terraform module https://cloud.google.com/apigee/docs/api-platform/reference/pay-as-you-go-environment-types

5 1 503
1 REPLY 1

Hi @akash3664 , 

  1. Yes that would be the right modules to use with PAYG. 
  2. Please note that the intermediate environment is created by default as indicated in the first paragraph of the page you sourced. You can take control of the environment with the `google_apigee_environment` resource. Please review the `type` attribute in particular. Also note that you may also need to configure extra nodes which can be accomplished with the `node_config` block. 

Hope this helps.