User Story 60501: 101-databricks-cmk-dbfs (#219)

* Part of POC to test generating sample code and articles using OpenAI.
This commit is contained in:
Tom Archer
2023-05-30 22:44:28 -07:00
committed by GitHub
parent 75fdf6cddd
commit 195aebd12b
5 changed files with 291 additions and 0 deletions

View File

@ -0,0 +1,16 @@
terraform {
required_version = ">=1.0"
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~>3.0"
}
random = {
source = "hashicorp/random"
version = "~>3.0"
}
}
}
provider "azurerm" {
features {}
}