terraform/scripts
Paul Stack 055c18e302 core/provider-split: Split out the Oracle OPC provider to new structure (#14362)
* core/providersplit: Split OPC Provider to separate repo

As we march towards Terraform 0.10.0, we are going to start building the
terraform providers as separate binaries - this will allow us to
continually release them. Before we go to 0.10.0, we need to be able to
continue building providers in the same manner, therefore, we have
hardcoded the path of the provider in the generate-plugins.go file

The interim solution will require us to vendor the opc provider and any
child dependencies, but when we get to 0.10.0, we will no longer have to
do this - the core will auto download the plugin binary. The plugin
package will have it's own dependencies vendored as well.

* core/providersplit: Removing the builtin version of OPC provider

* core/providersplit: Vendoring the OPC plugin

* core/providersplit: update internal plugin list

* core/providersplit: remove unused govendor item
2017-05-16 19:53:25 +03:00
..
build.sh Remove darwin/386 from the build 2016-11-16 13:46:57 -05:00
changelog-links.sh Fixed regexp to process comma-separated links to github issues in CHANGELOG.md 2016-10-27 20:07:37 +02:00
dist.sh scripts/dist.sh: tweaks for recent hc-releases 2016-07-15 18:38:47 -06:00
errcheck.sh provider/aws: Run errcheck in tests (#8579) 2016-09-02 09:24:17 -05:00
generate-plugins.go core/provider-split: Split out the Oracle OPC provider to new structure (#14362) 2017-05-16 19:53:25 +03:00
generate-plugins_test.go scripts: update tests for generate plugins to pass new style 2017-01-26 15:10:03 -08:00
gofmtcheck.sh Improve performance of fmtcheck 2016-03-31 13:57:09 -07:00
gogetcookie.sh travis: switch to unencrypted cookie 2016-03-21 13:35:53 -05:00
travis.sh Add script for running tests in Travis 2015-12-22 11:27:04 -05:00