Add test fixture for Apigee PAYG Env Node Config

Added test fixture for Apigee PAYG Environment
Node Config.

Changes committed:
- modified:   `tests/modules/apigee/fixture/test.env_only.tfvars`
This commit is contained in:
g-greatdevaks 2022-11-29 22:41:14 +05:30
parent b38c05e3d7
commit 1e72599986
1 changed files with 5 additions and 1 deletions

View File

@ -4,5 +4,9 @@ environments = {
display_name = "APIs test"
description = "APIs Test"
envgroups = ["test"]
node_config = {
min_node_count = 2
max_node_count = 5
}
}
}