hashicorp / terraform-aws-vault

A Terraform Module for how to run Vault on AWS using Terraform and Packer
Apache License 2.0
659 stars 465 forks source link

Replace deprecated "template_file" resource for "templatefile" function. #255

Open robertdebock opened 2 years ago

robertdebock commented 2 years ago

Description

The template_file resource is deprecated. Instead the templatefile function is used.

The deprecation makes it difficult for Mac OS X - M1 users to use this code as no binary is available.

Documentation

The code is fully compatible with previous version, no documentation changes are required.

hashicorp-cla commented 2 years ago

CLA assistant check
All committers have signed the CLA.