From 1e72599986a66f1f166497914fdc5a80fba49c2c Mon Sep 17 00:00:00 2001 From: g-greatdevaks Date: Tue, 29 Nov 2022 22:41:14 +0530 Subject: [PATCH] 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` --- tests/modules/apigee/fixture/test.env_only.tfvars | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/modules/apigee/fixture/test.env_only.tfvars b/tests/modules/apigee/fixture/test.env_only.tfvars index 5cc6f49d6..0e4edc486 100644 --- a/tests/modules/apigee/fixture/test.env_only.tfvars +++ b/tests/modules/apigee/fixture/test.env_only.tfvars @@ -4,5 +4,9 @@ environments = { display_name = "APIs test" description = "APIs Test" envgroups = ["test"] + node_config = { + min_node_count = 2 + max_node_count = 5 + } } -} \ No newline at end of file +}