bump azurerm to v3 so we can use oidc

This commit is contained in:
hezijie
2024-09-14 13:17:14 +08:00
committed by lonegunmanb
parent ae3c0933c3
commit 286ef164dc
3 changed files with 7 additions and 13 deletions

View File

@ -27,10 +27,6 @@ var speicalTests = map[string]func(*testing.T){
func Test_Quickstarts(t *testing.T) {
t.Parallel()
msiId := os.Getenv("MSI_ID")
if msiId != "" {
_ = os.Setenv("TF_VAR_msi_id", msiId)
}
input := os.Getenv("CHANGED_FOLDERS")
folders := strings.Split(input, ",")
if input == "" {