Skip to content

Commit

Permalink
Merge pull request #9709 from terraform-providers/appilon/remove-conf…
Browse files Browse the repository at this point in the history
…ig-pkg

Remove usage of terraform.NewResourceConfig
  • Loading branch information
bflad authored Sep 6, 2019
2 parents 1cccd81 + b7d31a2 commit 4392b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/provider_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func testAccPreCheck(t *testing.T) {
log.Printf("[INFO] Test: Using %s as test region", region)
os.Setenv("AWS_DEFAULT_REGION", region)

err := testAccProvider.Configure(terraform.NewResourceConfig(nil))
err := testAccProvider.Configure(terraform.NewResourceConfigRaw(nil))
if err != nil {
t.Fatal(err)
}
Expand Down

0 comments on commit 4392b42

Please sign in to comment.