Update main.tf

Proposing update of repository as per suggestion of https://github.com/Azure/terraform/issues/101. Otherwise, the code as is cannot be initialized. Thank you!
This commit is contained in:
harrycruz 2022-11-09 22:29:14 +01:00 committed by GitHub
parent 329bfd1f6e
commit 150b11b528
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ terraform {
} }
azureml = { azureml = {
source = "registry.terraform.io/Telemaco019/azureml" source = "registry.terraform.io/orobix/azureml"
} }
} }
} }