Arvid Mildner
Arvid Mildner
S3 backend update/merge policy issue: (The remote state S3 bucket {BUCKET_NAME} needs to be updated)
**tl;dr**: Terragrunt does not marshall exisiting policies properly ## Explanation When terragrunt finds that the s3 bucket you use as a backend is missing TLS+Root Access in its policy, it...
Thanks for a great tool for recommendations in kubernetes! I took some time to improve the code to suit our organization better, and I hope you can consider merging at...
### What happened? When you set `--enable-cost=false` when calling the dashboard, the copy-paste feature of the requests is no longer looking pretty (notice that the copy button is gone, and...
### Configuration ```hcl resource "databricks_sql_table" "my_table" { name = "foo" catalog_name = "bar" schema_name ="baz" table_type = "EXTERNAL" storage_location = "abfss://some-location" data_source_format = "JSON" options = { recursiveFileLookup = true...