hashicorp / terraform-provider-template

Terraform template provider
https://www.terraform.io/docs/providers/template/
Mozilla Public License 2.0
131 stars 89 forks source link

Provider archived #85

Open kmoe opened 4 years ago

kmoe commented 4 years ago

This Terraform provider is archived, per our provider archiving process.

While Terraform configurations using this provider will continue to work, we recommend that usages of this provider's resources be replaced as follows:

template_file

For Terraform 0.12 and later, the template_file data source has been superseded by the templatefile function, which can be used directly in expressions without creating a separate data resource.

The templatefile function is part of Terraform Core, https://github.com/hashicorp/terraform.

template_dir

The hashicorp/dir/template module offers an improved version of the functionality available in template_dir.

template_cloudinit_config

This resource has been moved to a new provider, terraform-provider-cloudinit as cloudinit_config, with no change in functionality.