aws-health-aware
                                
                                 aws-health-aware copied to clipboard
                                
                                    aws-health-aware copied to clipboard
                            
                            
                            
                        template v2.2.0 does not have a package available for your current platform, darwin_arm64.
Error: Incompatible provider version
Provider registry.terraform.io/hashicorp/template v2.2.0 does not have a package available for your current platform, darwin_arm64.
Provider releases are separate from Terraform CLI releases, so not all providers are available for all platforms. Other versions of this provider may have different platforms supported.
Related to https://github.com/aws-samples/aws-health-aware/pull/57#issue-1702744432
#40, #57, and #65 have all been created to fix this. All three have slightly different solutions.
At a glance, #57 fixes it the cleanest way.
The source_files are not templates and do not need to be rendered in any way. I don't know why it was done that way in the beginning, but #40 continues to treat them as templates though it does switch to the built-in function. #65 removes the templating but is more complex using the local_file data source.