Add billing_type for Apigee Organization Module

This commit is contained in:
Daniel Strebel
2022-03-31 08:47:34 +02:00
parent c9bfc4e3ae
commit 59bb09b03e
4 changed files with 8 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ module "test" {
project_id = "my-project"
analytics_region = var.analytics_region
runtime_type = "CLOUD"
billing_type = "EVALUATION"
authorized_network = var.network
apigee_environments = [
"eval1",