From 5a50dcfc16f61526f37e0e2fe9dd4e0859da90ff Mon Sep 17 00:00:00 2001 From: fdhaussy Date: Fri, 27 Jan 2023 16:20:33 +0100 Subject: [PATCH] chore: linting issue in tfcars file --- .../fixture/test.env_only_with_api_proxy_type.tfvars | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/modules/apigee/fixture/test.env_only_with_api_proxy_type.tfvars b/tests/modules/apigee/fixture/test.env_only_with_api_proxy_type.tfvars index cbb4046362..2a9164bf48 100644 --- a/tests/modules/apigee/fixture/test.env_only_with_api_proxy_type.tfvars +++ b/tests/modules/apigee/fixture/test.env_only_with_api_proxy_type.tfvars @@ -1,10 +1,10 @@ project_id = "my-project" environments = { apis-test = { - display_name = "APIs test" - description = "APIs Test" - api_proxy_type = "PROGRAMMABLE" - envgroups = ["test"] + display_name = "APIs test" + description = "APIs Test" + api_proxy_type = "PROGRAMMABLE" + envgroups = ["test"] node_config = { min_node_count = 2 max_node_count = 5