Skip to content

Commit

Permalink
switch to terraform.NewResourceConfigRaw
Browse files Browse the repository at this point in the history
  • Loading branch information
appilon committed Sep 6, 2019
1 parent 1cccd81 commit b7d31a2
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 b7d31a2

Please sign in to comment.