Files
BravoDeltaBD 1d31451bcc
Some checks failed
Setup Terraform / Terraform Versions (push) Failing after 13m22s
Update examples and test pipeline to fix build. Add additional documentation. Update terraform docs. (#112)
PR to fix the build again before proposing changes to enable #111. This is my first time contributing to a Terraform Provider, any thoughts or feedback will be greatly appreciated! No functionality is changed, only the examples, test pipelines and docs, so I did not increment the version of the provider. I am still a bit unsure about the lifecycle management of Terraform Providers. Should it be incremented anyway? Co-authored-by: Boris van der Donck <b.vanderdonck@kadaster.nl> Reviewed-on: #112 Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.com> Co-authored-by: BravoDeltaBD <bravodeltabd@noreply.gitea.com> Co-committed-by: BravoDeltaBD <bravodeltabd@noreply.gitea.com>
2025-05-16 14:40:46 +00:00
..
2022-08-22 23:54:13 +08:00
2023-09-06 01:44:01 +00:00

Examples

The examples in this folder serve multiple purposes. Most importantly:

  • To provide examples used by the tfplugindocs cli tool to generate documentation (in the docs/ folder). These filepaths are used in this way.
  • To provide a central example module (in the root of examples/) that in turn uses the valid example modules in resources/. This allows the use of the example module as a smoketest for this provider.