-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Description
I'd like to use a file or templatefile function in my terraform code but the referenced file is not available for the apply step. How could I add my template(file)?
resource "some_resource" "my_resource" {
config_json = templatefile("config.json", { uid = other_resource.arbitrary_resource.uid })
}Metadata
Metadata
Assignees
Labels
No labels