File tree Expand file tree Collapse file tree 3 files changed +16
-1
lines changed
quickstarts/101-nlb-load-balancer-security-group-attachment-complete Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff 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 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