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

Add dynamic to provisioner and provider block #165

Merged
merged 1 commit into from
Nov 29, 2022
Merged

Conversation

dbanck
Copy link
Member

@dbanck dbanck commented Nov 25, 2022

We missed adding the dynamic block body extensions to those two blocks.

https://developer.hashicorp.com/terraform/language/expressions/dynamic-blocks

You can dynamically construct repeatable nested blocks like setting using a special dynamic block type, which is supported inside resource, data, provider, and provisioner blocks:

@dbanck dbanck added the bug Something isn't working label Nov 25, 2022
@dbanck dbanck requested a review from a team November 25, 2022 15:17
@dbanck dbanck self-assigned this Nov 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants