RB
RB
Thanks for addressing all the changes @Gowiem. Feel free to ignore my comments as I do not have review power here. I got the @ sign notification so thought I'd...
Thanks for writing this up. I suppose we'll have to do this for each account. The above error possibly explains why AWS doesn't have a ready to use template for...
That's odd. It works correctly in github. Could you incrementally go up from v0.20.1 to find the version that broken this functionality? You can get even more granular with the...
Please feel free to downgrade incrementally to find which pre release it worked in last so we can identify the pr that broke this functionality
I don't think this feature ever worked for gitlab tho I checked and this was never implemented for gitlab.
The 1.6.0 minimum seems almost accurate. According to this reference, it looks like 1.6.1 is needed for the equal sign requirement. - https://github.com/hashicorp/terraform/issues/33994 - https://registry.terraform.io/providers/hashicorp/aws/latest/docs
Yes. I modified the ticket to add it.
I spoke with @ajkerrigan and he said it may be related to the last 2 lines in this block https://github.com/cloud-custodian/cloud-custodian/blob/30bbbaca6f1ececb2a3aee8d695f8bf793d51a29/c7n/tags.py#L101-L119 https://github.com/cloud-custodian/cloud-custodian/blob/30bbbaca6f1ececb2a3aee8d695f8bf793d51a29/c7n/tags.py#L118-L119
Unfortunately this hasn't been implemented yet as far as I know. My workaround is to pass the extra fields into the command line itself manually. I suppose with some yq...
Here is one example of the above implementation in shell and yq. Prereqs - passing in the policy file - output is stored in output/policy-file-without-dot-yml-extension - `policies[].report.fields` uses a key/val...