rename aws provider import in s3 backend
This commit is contained in:
parent
7cc2f020ef
commit
ac959af6b4
|
@ -8,7 +8,7 @@ import (
|
||||||
"github.com/hashicorp/terraform/backend"
|
"github.com/hashicorp/terraform/backend"
|
||||||
"github.com/hashicorp/terraform/helper/schema"
|
"github.com/hashicorp/terraform/helper/schema"
|
||||||
|
|
||||||
terraformAWS "github.com/hashicorp/terraform/builtin/providers/aws"
|
terraformAWS "github.com/terraform-providers/terraform-provider-aws/aws"
|
||||||
)
|
)
|
||||||
|
|
||||||
// New creates a new backend for S3 remote state.
|
// New creates a new backend for S3 remote state.
|
||||||
|
|
Loading…
Reference in New Issue