Fabian Holler
Fabian Holler
Add an option that makes only tracked env-vars + a limited set of basic env vars available when a process is executed. The basic env vars, that should always be...
ploetzblog.de is probably the biggest German bread recipe page. The owner of the page wrote multiple popular bread recipe books. Example recipes: - https://www.ploetzblog.de/rezepte/hartweizenbrot/id=61fbd728a672573b7a4f6e3e - https://www.ploetzblog.de/rezepte/haferflockenbrot/id=61e148c17f54ed2e4f58ec01
Sometimes resources or fields are named `pullzone` in other occurrences `pull_zone`, align the naming.
When converting fields from a resource to the bunny-go struct, `schema.ResourceData.Get()` is called via the type get*Ptr helper functions. `schema.ResourceData.Get()` returns the types default value if a field is not...
Make use of the `DiffSuppressOnRefresh` function that was introduced recently to the terraform-sdk. - https://github.com/hashicorp/terraform-plugin-sdk/pull/882 - https://github.com/simplesurance/terraform-provider-bunny/commit/49ce4fd8e29dc3629705fd82b8c1cef60f5f9c7e
edgerule: retry looking up guid to fix: edge rule created successfully, looking up its guid failed
Sometime after creating an Edge Rule, the returned Pull Zone does not contain the new Edge Rule yet. According to the bunny.net support, concurrent changes to edge rules are currently...
The pull zone resource has currently multiple enum fields that are of type integer. Convert them to accept strings, string values are more self explanatory then cryptic numbers
When an edge rule has multiple triggers and an attribute of one of them changes, "terraform plan" shows a diff where all triggers are recreated. The diff should only show...
When deleting a pull-zone that was already deleted on the provider side, the operation fails. A warning should be logged instead and the operation should succeed. Related: https://github.com/simplesurance/terraform-provider-bunny/issues/14
When a Pull-Zone that exists in the terraform state failed is deleted on bunny side via the API or UI, "terraform plan" will fail with an 404 error that is...