Skip to content

dynamic block support in provider block - #100

Merged
Gogotchuri merged 2 commits into
mainfrom
dynamic_in_provider
Jul 14, 2025
Merged

dynamic block support in provider block#100
Gogotchuri merged 2 commits into
mainfrom
dynamic_in_provider

Conversation

@Gogotchuri

Copy link
Copy Markdown
Contributor

This PR updates the schema version with the working dynamic block in the provider and adds tests for the future case.

Resolves #97

Checklist

  • I have read the contribution guide.
  • I have not used an AI coding assistant to create this PR.
  • I have written all code in this PR myself OR I have marked all code I have not written myself (including modified code, e.g. copied from other places and then modified) with a comment indicating where it came from.
  • I (and other contributors to this PR) have not looked at the Terraform source code while implementing this PR.
  • If I'm releasing, I have read the releasing guide.

Go checklist

  • I have run golangci-lint on my change and receive no errors relevant to my code.
  • I have run existing tests to ensure my code doesn't break anything.
  • I have added tests for all relevant use cases of my code, and those tests are passing.
  • I have only exported functions, variables and structs that should be used from other packages.
  • I have added meaningful comments to all exported functions, variables, and structs.

…o outline the failure case.

Signed-off-by: Ilia Gogotchuri <ilia.gogotchuri0@gmail.com>
@Gogotchuri
Gogotchuri requested a review from a team as a code owner July 14, 2025 09:41
Signed-off-by: Ilia Gogotchuri <ilia.gogotchuri0@gmail.com>

@diofeher diofeher left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@diofeher diofeher changed the title dynamic block support in proivder block dynamic block support in provider block Jul 14, 2025
@Gogotchuri
Gogotchuri merged commit 7af0986 into main Jul 14, 2025
23 of 24 checks passed
@Gogotchuri
Gogotchuri deleted the dynamic_in_provider branch July 14, 2025 16:20
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.

Blocks of type "dynamic" are not expected in [provider block]

3 participants