We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b2a6019 + 3ac6f4a commit 82ddf50Copy full SHA for 82ddf50
.editorconfig
@@ -17,6 +17,7 @@ ij_editorconfig_space_before_comma = false
17
ij_editorconfig_spaces_around_assignment_operators = true
18
19
[{*.go,*.go2}]
20
+indent_style = tab
21
ij_continuation_indent_size = 4
22
ij_go_add_leading_space_to_comments = true
23
ij_go_add_parentheses_for_single_import = false
pkg/resource/azurerm/azurerm_lb_rule_test.go
@@ -8,6 +8,8 @@ import (
8
)
9
10
func TestAcc_Azure_LoadBalancerRules(t *testing.T) {
11
+ t.Skip("flake")
12
+
13
acceptance.Run(t, acceptance.AccTestCase{
14
TerraformVersion: "0.15.5",
15
Paths: []string{"./testdata/acc/azurerm_lb_rule"},
0 commit comments