-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
Blocks of type "provisioner" are not expected here. #21425
Comments
Hi @littlejo !
[emphasis mine] I will make a note so we can check that the documentation is clear. Thanks for reporting this! |
ok but my case is not possible for the moment? Thank you. |
Hi @littlejo, The
As the documentation suggests, For your use-case of uploading several files, I'd suggest instead placing all four of those files in a subdirectory and uploading the directory as a whole to your remote server, which would achieve the same result. |
Ok thank you for your answer.
Yes i found this workaround. A last question:
In my project, i have a lot of this code. Is it possible to factorize this code? If not, will it be possible in the future ? |
The docs have been updated since this was originally opened, so I am going to close this. Thanks! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Hello,
I see that dynamic block is supported for provisioner: https://www.terraform.io/docs/configuration/expressions.html#dynamic-blocks
But i didnot succed in doing that
How to reproduce?
My code:
The text was updated successfully, but these errors were encountered: