You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
[X ] ✋ I have searched the open/closed issues and my issue is not listed.
joaocc
changed the title
aws_caller_identity and aws_partition allocated, even if var.create is false
fix: aws_caller_identity and aws_partition allocated, even if var.create is false
Sep 23, 2023
Description
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.Versions
Reproduction Code [Required]
Expected behavior
"aws_caller_identity" and "aws_partition" only instantiated even if var.create is true
Actual behavior
"aws_caller_identity" and "aws_partition" are instantiated even if var.create is false
The text was updated successfully, but these errors were encountered: