terraform-provider-google/vendor
sarunask f07c332849 Cloud functions (#899)
* Initial commit

* Adding google_cloudfunction_function resource

* Some FMT updates

* Working Cloud Function Create/Delete/Get
Create is limited to gs:// source now.

* Fixed tests import

* Terraform now is able to apply and destroy function

* Fully working Basic test

* Added:
1. Allowed region check
2. readTimeout helper

* Found better solution for conflicting values

* Adding description

* Adding full basic test

* dded Update functionality

* Made few more optional params

* Added test for Labels

* Added update tests

* Added storage_* members and made function source deploy from storage bucket object

* Adding comments

* Adding tests for PubSub

* Adding tests for Bucket

* Adding Data provider

* Fixing bug which allowed to miss error

* Amending Operation retrieval

* Fixing vet errors and vendoring cloudfunctions/v1

* Fixing according to comments

* Fixing according to comments round #2

* Fixing tabs to space

* Fixing tabs to space and some comments #3

* Re-done update to include labels in one update with others

* Adding back default values. In case of such scenario, when user creates function with some values for "timeout" or "available_memory_mb", and then disables those attributes. Terraform plan then gives:
No changes. Infrastructure is up-to-date.
This is an error. By adding const we would avoid this error.

* Fixed MixedCase and more tabs
2018-01-10 13:25:43 -08:00
..
cloud.google.com/go Add support for instance_type to google_bigtable_instance. (#313) 2017-08-11 14:43:00 -07:00
github.com Upgrade terraform core to v0.11.2 (#940) 2018-01-10 10:52:15 -08:00
golang.org/x Upgrade terraform core to v0.11.2 (#940) 2018-01-10 10:52:15 -08:00
google.golang.org Cloud functions (#899) 2018-01-10 13:25:43 -08:00
vendor.json Cloud functions (#899) 2018-01-10 13:25:43 -08:00