Closed karlderkaefer closed 2 months ago
It seem to work with work with latest version 0.10.0 im doing some more tests in crossplane
kcl demo.k
items:
- Version: '2012-10-17'
Statement:
- Sid: AllowS3Read
Effect: Allow
Action:
- s3:GetObject
- s3:GetObjectVersion
- s3:ListBucket
- s3:ListBucketVersions
Resource:
- arn:aws:s3:::mybucket/*
- Sid: AllowKMSDecryptCustomKey2
Effect: Allow
Action:
- kms:Decrypt
Resource:
- arn:aws:kms:::alias/custom-key2
Yes, we have fixed this issue in KCL v0.10.0 and you can use crossplane function-kcl v0.10.0
Bug Report
I have problems to use arrays with conditionals. I would like add an element to an array, but the output is not as expected. Not sure if only primitive types are supported in arrays
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
3. What did you see instead (Required)
4. What is your KCL components version? (Required)
kcl --version kcl version 0.9.4