Dirk Leser
Dirk Leser
I'm currently upgrading my TF files from version 3.x to version v4.0.1. In v4.0.0 the attribute ` keycloak_openid_client.import` was introduced with ``` Default: false, ForceNew: true, ``` (see https://github.com/mrparkers/terraform-provider-keycloak/commit/f6ab358f8f288d36c6e8af2aee71137cc435cff3#diff-95b47f453b29152c3e4fd929931b5e878b5b4e5faba33982c79229983aea35f4R296 )...
Many queries used in this repo are calculating the on-demand costs and billed bytes/MBs/GBs like in this example: ``` SUM(COALESCE(totalBilledBytes, 0)) AS totalBilledBytes, ROUND(SUM(COALESCE(totalBilledBytes, 0)) / 1000000, 2) AS totalMegabytesBilled,...