Fabian Holler

Results 78 issues of 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...

enhancement

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

enhancement

Sometimes resources or fields are named `pullzone` in other occurrences `pull_zone`, align the naming.

bug
good first issue

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

enhancement

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...

bug

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

enhancement
good first issue

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...

bug

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

bug

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...

bug
good first issue