DC apigee collector addition - first time contributor, long time user and admirer!!#11655
DC apigee collector addition - first time contributor, long time user and admirer!!#11655ogormans-stack wants to merge 2 commits into
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
|
Apologies, this seems to have fallen through the cracks at some point! It didn't hit our reviewer assignment rule, I'm not sure why. I'm going to close this PR as stale for now. We've changed our core generator to Go from Ruby, and moved the YAML inputs from serialized Ruby objects to generic YAML types as described under https://googlecloudplatform.github.io/magic-modules/develop/add-resource/. If you're interested in making the change I'd recommend refactoring the yaml contents (it should be 1:1 or close) and opening a new PR. |
Apigee Data Collector addition
This solves a pernicious issue within apigee, where one can have configured the entire suite in terraform but is unable to create or import dc resources, which greatly affect the ordering of analytical data should you gather and structure request downstream

I've added basic testing to exercise the code and I already had a crack at doing this fully on my own
I did get sense and no reinvent the wheel, I also looked at the issue tracker for apigee related stuff, to no avail