PowerDataHub / terraform-aws-airflow

Terraform module to deploy an Apache Airflow cluster on AWS, backed by RDS PostgreSQL for metadata, S3 for logs and SQS as message broker with CeleryExecutor
Apache License 2.0
84 stars 40 forks source link

Inherit provider settings from parent #34

Closed jozsi closed 4 years ago

jozsi commented 4 years ago

Hello,

The module seems to be explicitly defining the provider and does not inherit it from the parent/root module. This limits the user of only being able to configure the region and does not allow, for example, static credentials.

I've deleted the provider.tf from the module to get around this, however, I wonder if there are more elegant solutions.

Thank you!

edbizarro commented 4 years ago

Yeah you're right, there is no reason for this file, I've removed and tagged a new version

jozsi commented 4 years ago

Thank you, @edbizarro !