hashicorp / terraform-provider-google

Terraform Provider for Google Cloud Platform
https://registry.terraform.io/providers/hashicorp/google/latest/docs
Mozilla Public License 2.0
2.31k stars 1.73k forks source link

AI Platform Pipelines Support #6442

Open preston-hf opened 4 years ago

preston-hf commented 4 years ago

Community Note

Description

The provider should support creating AI Platform pipelines instances. Ideally it would support using an existing kubernetes cluster. I could see it working somewhat like Cloud Composer where it just creates an environment.

New or Affected Resource(s)

Potential Terraform Configuration

# Propose what you think the configuration to take advantage of this feature should look like.
# We may not use it verbatim, but it's helpful in understanding your intent.

References

danawillow commented 4 years ago

Hey @preston-hf, I'm not sure this is a doable FR at this time. I looked around at the AI Platform Pipeline docs, and it doesn't seem to have its own API (in the same way that Composer does), just instructions on how to set it up in the Cloud Console. I'm going to go ahead and label this 'upstream' until we hear that such an API has been released (https://github.com/terraform-providers/terraform-provider-google/wiki/Customer-Contact also as fyi).