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

fix: aws_caller_identity and aws_partition allocated only if needed #20

Closed
wants to merge 1 commit into from

Conversation

joaocc
Copy link

@joaocc joaocc commented Sep 23, 2023

What does this PR do?

This is to provide a simple fix to aws-ia/terraform-aws-eks-blueprints-addons#261 by avoiding allocating 2 data resources for each instantiation of this module, even when var.create is set to false.
Currently, on aws-ia/terraform-aws-eks-blueprints-addon 72 data elements are instantiated (26x2) even when the module is disabled.

Motivation

@joaocc joaocc changed the title aws_caller_identity and aws_partition allocated only if needed fix: aws_caller_identity and aws_partition allocated only if needed Sep 23, 2023
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.

fix: aws_caller_identity and aws_partition allocated, even if var.create is false
1 participant