Skip to content

Commit

Permalink
misc: fixing UAT terra-tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
srushti-patl committed Mar 12, 2024
1 parent b0d3f93 commit c6cb89f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/terratests-uat-suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,12 @@ jobs:
for list in ./examples/*; do
if [[ "$list" == *"port-2-port-connection"* ]]; then
echo $TEST_DATA_UAT_PORT_2_PORT_CONNECTION >> "$list/terraform.tfvars.json"
fi
elif [[ "$list" == *"port-2-ibm2-connection"* ]]; then
echo $TEST_DATA_UAT_PORT_2_IBM2_CONNECTION >> "$list/terraform.tfvars.json"
fi
elif [[ "$list" == *"port-2-alibaba-connection"* ]]; then
echo $TEST_DATA_UAT_PORT_2_ALIBABA_CONNECTION >> "$list/terraform.tfvars.json"
fi
elif [[ "$list" == *"port-2-public-service-profile-connection"* ]]; then
echo $TEST_DATA_UAT_PORT_2_PUBLIC_SERVICE_PROFILE_CONNECTION >> "$list/terraform.tfvars.json"
fi
elif [[ "$list" == *"port-2-private-service-profile-connection"* ]]; then
echo $TEST_DATA_UAT_PORT_2_PRIVATE_SERVICE_PROFILE_CONNECTION >> "$list/terraform.tfvars.json"
fi
Expand Down

0 comments on commit c6cb89f

Please sign in to comment.