Skip to content

Commit

Permalink
add modtm config by using override file
Browse files Browse the repository at this point in the history
  • Loading branch information
lonegunmanb committed Jul 16, 2024
1 parent 87d1309 commit 61b5331
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ crash.*.log
# are not checked in
override.tf
override.tf.json
*_override.tf
*_override.tf.json

# Include override files you do wish to add to version control using negated pattern
# !example_override.tf
Expand Down
8 changes: 8 additions & 0 deletions terraform_override.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
terraform {
required_providers {
modtm = {
source = "azure/modtm"
version = "~> 0.3"
}
}
}

0 comments on commit 61b5331

Please sign in to comment.