Erik Timmers

Results 5 issues of Erik Timmers

When setting `AUTO_CREATE_TOPICS=false` and inspecting the `server.properties` in the Docker container I noticed the `"\n"` gets printed in the file as is. `>>` will automatically add a newline for us...

### Configuration ```hcl // copied from https://registry.terraform.io/providers/databricks/databricks/latest/docs/data-sources/aws_unity_catalog_policy data "databricks_aws_unity_catalog_policy" "this" { aws_account_id = var.aws_account_id bucket_name = "databricks-bucket" role_name = "${var.prefix}-uc-access" kms_name = "databricks-kms" } data "databricks_aws_unity_catalog_assume_role_policy" "this" { aws_account_id =...

Rewrite 'Hide carrier label' to script.

Combine scripts/howto in a single, fully working script

### Environment information ```plain text System: OS: macOS 15.6.1 CPU: (10) arm64 Apple M2 Pro Memory: 225.67 MB / 16.00 GB Shell: /bin/zsh Binaries: Node: 22.13.1 - ~/.nvm/versions/node/v22.13.1/bin/node Yarn: 1.22.22...

bug
p2