-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent diff on unchanged diagnostics (#5)
* Add each available diagnostics category, but enable only those we want This is a workaround for a know issue: hashicorp/terraform-provider-azurerm#7235 * Use azurerm v2.51.0 * Run terraform fmt * Don't rename resource name * Use required_providers block to set azurerm version
- Loading branch information
1 parent
59dc045
commit 013e475
Showing
2 changed files
with
25 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
module "simple" { | ||
source = "../../" | ||
source = "../../" | ||
|
||
name = "simple" | ||
resource_group_name = "simple-kv-rg" | ||
location = "westeurope" | ||
name = "simple" | ||
resource_group_name = "simple-kv-rg" | ||
location = "westeurope" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters