Philippe Boyd
Philippe Boyd
## Expected Behavior `BREAKING CHANGE` section added to CHANGELOG ## Actual Behavior `BREAKING CHANGE` section not added to CHANGELOG ## Steps to Reproduce (including precondition) ```bash git clone https://github.com/git-chglog/git-chglog.git #...
### TL;DR Attribute `iam_emails` returns full service account `id` / `name` instead of `account_id` (same with return attribute `emails`) ### Expected behavior ``` > module.service_accounts.iam_emails { "first" = "serviceAccount:[email protected]" "second"...
``` - & (bitwise and) - | (bitwise or) - ^ (bitwise XOR) - ~ (bitwise compliment) - > (right shift) - >>> (zero fill right shift) ```
**What are you trying to accomplish with this PR?** If the first file in environment variable `KUBECONFIG` is "empty" with simply the following structure ```yaml apiVersion: v1 clusters: null contexts:...