F5Networks / terraform-aws-bigip-module

Terraform module for Deploying BIG-IP in AWS
Apache License 2.0
10 stars 21 forks source link

Removed old Template Provider (deprecated), Introduced locals/data/te… #3

Closed DeMoehn closed 2 years ago

DeMoehn commented 2 years ago

The most important change is the removal of the data resource for "template_file". This is because template_file datasource is deprecated since Terraform 0.12 and the according provider can't be built (easily) on ARM System like M1 Mac. Instead you should use the templatefile(path, vars) function.

I also added data.tf, locals.tf and terraform.tf and moved the according contents to the files as this is a best practice and the main.tf was very cluttered.

RavinderReddyF5 commented 2 years ago

@DeMoehn thanks for support, i took these changes through PR: https://github.com/F5Networks/terraform-aws-bigip-module/pull/4