You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/08/24 14:00:46 UTC

[GitHub] [airflow] jaketf commented on issue #10454: Add Terraform Hook

jaketf commented on issue #10454:
URL: https://github.com/apache/airflow/issues/10454#issuecomment-679143760


   @kaxil I'd love to hear more about your use of terraform in airflow.
   Did you bake terraform installation into your airflow image?
   I agree w/ @potiuk that we want to make this easier to install
   > without having to care about different TF versions
   How does using bash operator eliminate the need to care about terraform version? Did your bash script install terraform each time? 
   
   I think something that comes to mind for me is that beyond terraform binaries sometimes, terraform scripts depend on other binaries e.g. custom providers or to shell out and do hacky things from null provider. 
   
   The first thing that came to mind was KubernetesPodOperator. I think if we made it easy to "bring your own terraform image or use this default image for this version (pulled from docker hub)"


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org