negronjl / terraform-provider-s3

A more generic S3 provider for Terraform. The objective is to have an independent S3 provider that is compatible with AWS, RGW, GCE, etc.
Apache License 2.0
13 stars 10 forks source link

Update Provider to use Terraform 0.12 SDK. #4

Open estenrye opened 4 years ago

estenrye commented 4 years ago

Hello,

I have made a fork of this repository and updated it to use the new Terraform 0.12 SDk.

I have also added the following enhancements:

I am opening this issue to inform you and link the Pull Request I am about open.

Thanks, Esten

estenrye commented 4 years ago

Provides an alternate method for supplying credentials. Relates to #2