Skip to content

Commit

Permalink
Add mew-oauth2
Browse files Browse the repository at this point in the history
  • Loading branch information
nanasess committed Sep 3, 2024
1 parent 5db26a7 commit 97149bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .emacs.d/.mew.d/oauth2/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~> 3.0.0"
version = "~> 4.0.1"
}
}
required_version = ">= 0.14.9"
Expand Down
4 changes: 4 additions & 0 deletions .terraformignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
**

!.emacs.d/.mew.d/oauth2/
.emacs.d/.mew.d/oauth2/**/.terraform/

0 comments on commit 97149bc

Please sign in to comment.