Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Airflow variables configuration #436

Merged
merged 4 commits into from
May 24, 2023
Merged

Airflow variables configuration #436

merged 4 commits into from
May 24, 2023

Conversation

bcarranza
Copy link
Collaborator

@bcarranza bcarranza commented May 22, 2023

What

  • Apache Airflow configuration options can be attached to your Amazon Managed Workflows for Apache Airflow environment as environment variables
  • Our airflow module didn't has this input variable
  • Now is available to use

Evidence of proof

 # aws_mwaa_environment.this will be updated in-place
  ~ resource "aws_mwaa_environment" "this" {
      ~ airflow_configuration_options   = (sensitive value)
        id                              = "dp-dev-airflow"
        name                            = "dp-dev-airflow"
        tags                            = {
            "ops_env"              = "dp-dev"
            "ops_managed_by"       = "terraform"
            "ops_owners"           = "devops"
            "ops_source_repo"      = "gruntwork-infrastructure-live"
            "ops_source_repo_path" = "dp-dev/us-west-2/dp-dev/dataplatform/0300-airflow"
        }
        # (19 unchanged attributes hidden)


        # (2 unchanged blocks hidden)
    }

Screenshot 2023-05-22 at 17 19 36

@sekka1 sekka1 merged commit 3b3d5d6 into main May 24, 2023
@sekka1 sekka1 deleted the airflow-configuration-options branch May 24, 2023 17:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants