fix: apigee unit tests

This commit is contained in:
Anmol Sachdeva
2023-09-29 16:40:48 +00:00
parent 0ecd223038
commit 06d4bf5788
3 changed files with 7 additions and 8 deletions

View File

@@ -14,7 +14,7 @@
values:
google_apigee_envgroup_attachment.envgroup_attachments["apis-test-test"]:
envgroup_id: test
envgroup_id: organizations/my-project/envgroups/test
environment: apis-test
timeouts: null
google_apigee_environment.environments["apis-test"]:

View File

@@ -14,7 +14,7 @@
values:
google_apigee_envgroup_attachment.envgroup_attachments["apis-test-test"]:
envgroup_id: test
envgroup_id: organizations/my-project/envgroups/test
environment: apis-test
google_apigee_environment.environments["apis-test"]:
api_proxy_type: PROGRAMMABLE
@@ -22,8 +22,8 @@ values:
display_name: APIs test
name: apis-test
node_config:
- max_node_count: '5'
min_node_count: '2'
- max_node_count: "5"
min_node_count: "2"
org_id: organizations/my-project
counts:

View File

@@ -14,7 +14,7 @@
values:
google_apigee_envgroup_attachment.envgroup_attachments["apis-test-test"]:
envgroup_id: test
envgroup_id: organizations/my-project/envgroups/test
environment: apis-test
timeouts: null
google_apigee_environment.environments["apis-test"]:
@@ -23,12 +23,11 @@ values:
display_name: APIs test
name: apis-test
node_config:
- max_node_count: '5'
min_node_count: '2'
- max_node_count: "5"
min_node_count: "2"
org_id: organizations/my-project
timeouts: null
counts:
google_apigee_envgroup_attachment: 1
google_apigee_environment: 1