Skip to content

Commit

Permalink
fix terraform problem
Browse files Browse the repository at this point in the history
  • Loading branch information
e-espootin committed Sep 28, 2024
1 parent f54b73e commit 00e1e86
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
provider "azurerm" {
features {}
subscription_id = "8fcdb956-7c93-4e3c-8bac-8d4b21641d81"
#tenant_id = "66acafd5-dde2-4514-b99d-106450ba1984"
}

module "azterraform" {
source = "./azTerraform"
}

0 comments on commit 00e1e86

Please sign in to comment.