Skip to content

Commit

Permalink
change mwaa module release
Browse files Browse the repository at this point in the history
  • Loading branch information
smohiudd committed Dec 15, 2023
1 parent 7c31983 commit 2aece09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "mwaa" {
source = "https://github.com/NASA-IMPACT/mwaa_tf_module/releases/download/v1.1.7/mwaa_tf_module.zip"
source = "https://github.com/NASA-IMPACT/mwaa_tf_module/releases/download/v1.1.7.0/mwaa_tf_module.zip"
prefix = var.prefix
vpc_id = var.vpc_id
iam_role_additional_arn_policies = merge(module.custom_policy.custom_policy_arns_map)
Expand Down

0 comments on commit 2aece09

Please sign in to comment.