Skip to content

Commit c5e2bc7

Browse files
committed
Revert tf lint
1 parent 445ef95 commit c5e2bc7

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.github/linters/.tflint.hcl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ rule "terraform_required_version" {
3737
enabled = false
3838
}
3939

40-
# Disabled: Workspace secrets have a normal lifecycle and need to be deleted with the workspace
4140
rule "azurerm_resources_missing_prevent_destroy" {
4241
enabled = false
4342
}

.github/linters/.tflint_workspaces.hcl

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,15 @@ plugin "azurerm" {
1111
source = "github.com/terraform-linters/tflint-ruleset-azurerm"
1212
}
1313

14-
rule "terraform_typed_variables" {
15-
enabled = false
16-
}
17-
1814
rule "azurerm_resource_missing_tags" {
1915
enabled = true
2016
tags = ["tre_id", "tre_workspace_id"]
2117
}
2218

23-
# Disabled: Workspace secrets have a normal lifecycle and need to be deleted with the workspace
24-
2519
rule "terraform_required_version" {
2620
enabled = false
2721
}
22+
2823
rule "azurerm_resources_missing_prevent_destroy" {
2924
enabled = false
3025
}

0 commit comments

Comments
 (0)