Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removes deprecated data.template_file query #19

Merged
merged 1 commit into from
Dec 18, 2024

Conversation

muzfuz
Copy link
Contributor

@muzfuz muzfuz commented Dec 18, 2024

data.template_file was deprecated in Terraform 0.12 and removed in Terraform 0.13. This commit removes the deprecated query from the main.tf file.

It is replace with the templatefile function in the main.tf file.

See: https://registry.terraform.io/providers/hashicorp/template/latest/docs/data-sources/file and https://discuss.hashicorp.com/t/template-v2-2-0-does-not-have-a-package-available-mac-m1/35099/2

`data.template_file` was deprecated in Terraform 0.12 and removed in Terraform 0.13. This commit removes the deprecated query from the `main.tf` file.

It is replace with the templatefile function in the `main.tf` file.

See: https://registry.terraform.io/providers/hashicorp/template/latest/docs/data-sources/file
@cuotos cuotos merged commit c76376d into cuotos:main Dec 18, 2024
1 of 2 checks passed
cuotos added a commit that referenced this pull request Dec 18, 2024
Removes deprecated `data.template_file` query
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants