aws-ia / terraform-aws-mwaa

Terraform module for Amazon MWAA(Apache Airflow)
https://registry.terraform.io/modules/aws-ia/mwaa/
Apache License 2.0
41 stars 54 forks source link

MWAA executor role requires 2 extra permissions for airflow resource #52

Open 5e9148d9 opened 6 months ago

5e9148d9 commented 6 months ago

I got the permission error with "airflow:ListEnvironments" and later "airflow:GetEnvironment". Also those permissions being added to policy with manual MWAA creation.

Fix is lines 49, 50 in data.tf image