Fix up some missed "go fmt"
Because of the size of some of these files, automatic format-on-save was implicitly disabled in my editor, which I didn't notice before committing.
This commit is contained in:
parent
82d2c5b484
commit
2ef56b3e05
|
@ -408,7 +408,7 @@ func TestPlanStats(t *testing.T) {
|
|||
},
|
||||
},
|
||||
PlanStats{
|
||||
// data resource refreshes are not counted in our stats
|
||||
// data resource refreshes are not counted in our stats
|
||||
},
|
||||
},
|
||||
"replace": {
|
||||
|
|
|
@ -285,7 +285,7 @@ func TestContext2Apply_resourceDependsOnModuleStateOnly(t *testing.T) {
|
|||
ID: "bar",
|
||||
},
|
||||
Dependencies: []string{"module.child"},
|
||||
Provider: "provider.aws",
|
||||
Provider: "provider.aws",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
@ -1342,7 +1342,7 @@ func testContext2Apply_destroyDependsOnStateOnly(t *testing.T) {
|
|||
Attributes: map[string]string{},
|
||||
},
|
||||
Dependencies: []string{"aws_instance.foo"},
|
||||
Provider: "provider.aws",
|
||||
Provider: "provider.aws",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
@ -1422,7 +1422,7 @@ func testContext2Apply_destroyDependsOnStateOnlyModule(t *testing.T) {
|
|||
Attributes: map[string]string{},
|
||||
},
|
||||
Dependencies: []string{"aws_instance.foo"},
|
||||
Provider: "provider.aws",
|
||||
Provider: "provider.aws",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
@ -8598,7 +8598,7 @@ func TestContext2Apply_issue7824(t *testing.T) {
|
|||
ResourceTypes: map[string]*configschema.Block{
|
||||
"template_file": {
|
||||
Attributes: map[string]*configschema.Attribute{
|
||||
"template": {Type: cty.String, Optional: true},
|
||||
"template": {Type: cty.String, Optional: true},
|
||||
"__template_requires_new": {Type: cty.Bool, Optional: true},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue