Skip to content

Commit ba54897

Browse files
authored
Merge pull request #21 from serverscom/fix_region
fix: change region ID
2 parents d876bad + 8432eb6 commit ba54897

File tree

1 file changed

+1
-1
lines changed
  • ansible_collections/serverscom/sc_api/tests/integration/targets/sc_cloud_computing_instances_info/tasks

1 file changed

+1
-1
lines changed

ansible_collections/serverscom/sc_api/tests/integration/targets/sc_cloud_computing_instances_info/tasks/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
sc_cloud_computing_instances_info:
3434
token: '{{ sc_token }}'
3535
endpoint: '{{ sc_endpoint }}'
36-
region_id: 1
36+
region_id: 2
3737
register: test3
3838

3939
- name: Check Test3

0 commit comments

Comments
 (0)