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

template_dir doesn't work on Terraform v0.12.4 #66

Closed navi86 closed 5 years ago

navi86 commented 5 years ago

Hi there,

Terraform Version

Terraform v0.12.4

Affected Resource(s)

I am trying to render template's folder using the following documentation: https://www.terraform.io/docs/providers/template/r/dir.html

Expected Behavior

Rendered templates were created

Actual Behavior

got error The provider provider.template does not support data source "template_dir".

Steps to Reproduce

  1. terraform apply
ekini commented 5 years ago

Can you show the actual code? https://www.terraform.io/docs/providers/template/r/dir.html is a resource, not data.

navi86 commented 5 years ago

sorry, it was my fault, everything is working.