bump azurerm to v3 so we can use oidc
This commit is contained in:
@ -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 == "" {
|
||||
|
Reference in New Issue
Block a user