File tree 3 files changed +16
-1
lines changed
quickstarts/101-nlb-load-balancer-security-group-attachment-complete
3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 30
30
- name : test pr
31
31
run : |
32
32
bash scripts/terraform-install.sh
33
+ echo "hhaa"
34
+ ls /root
35
+ echo "debg"
33
36
CHANGED_FOLDERS="${{ steps.changed-files.outputs.all_changed_files }}"
34
37
bash scripts/terraform-test.sh ${CHANGED_FOLDERS}
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ resource "alicloud_nlb_load_balancer" "default" {
47
47
}
48
48
zone_mappings {
49
49
vswitch_id = local. vswitch_id_2
50
- zone_id = local. zone_id_2
50
+ zone_id = local. zone_id_2
51
51
}
52
52
}
53
53
Original file line number Diff line number Diff line change
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
+ ]
You can’t perform that action at this time.
0 commit comments