We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d04bc2 commit 7c4abc8Copy full SHA for 7c4abc8
.gitignore
@@ -1,5 +1,5 @@
1
-quickstart/101-machine-learning/.terraform.lock.hcl
2
-quickstart/101-machine-learning/.terraform/providers/registry.terraform.io/hashicorp/azurerm/2.76.0/windows_amd64/terraform-provider-azurerm_v2.76.0_x5.exe
3
-quickstart/101-machine-learning/terraform.tfstate
4
-quickstart/101-machine-learning/demo.tfplan
5
-quickstart/201-machine-learning-moderately-secure/demo.tfplan
+*.terraform.lock.hcl
+*.exe
+*.tfstate
+*.tfplan
0 commit comments