Skip to content

Commit a3c340b

Browse files
committed
debug e2e
1 parent a824637 commit a3c340b

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

.github/workflows/e2e.yml

+3
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,8 @@ jobs:
3030
- name: test pr
3131
run: |
3232
bash scripts/terraform-install.sh
33+
echo "hhaa"
34+
ls /root
35+
echo "debg"
3336
CHANGED_FOLDERS="${{ steps.changed-files.outputs.all_changed_files }}"
3437
bash scripts/terraform-test.sh ${CHANGED_FOLDERS}

quickstarts/101-nlb-load-balancer-security-group-attachment-complete/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ resource "alicloud_nlb_load_balancer" "default" {
4747
}
4848
zone_mappings {
4949
vswitch_id = local.vswitch_id_2
50-
zone_id = local.zone_id_2
50+
zone_id = local.zone_id_2
5151
}
5252
}
5353

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[
2+
{
3+
"id": "eu-central-1a",
4+
"local_name": "Frankfurt Zone A",
5+
"zone_id": "eu-central-1a"
6+
},
7+
{
8+
"id": "eu-central-1b",
9+
"local_name": "Frankfurt Zone B",
10+
"zone_id": "eu-central-1b"
11+
}
12+
]

0 commit comments

Comments
 (0)