Neil Kuan

Results 9 comments of Neil Kuan

Now I use this way to check `cdk.out/*template.json`. ```bash for i in `ls cdk.out/*template.json`;do cfn-guard validate -r [some_rules].rules -o yaml --data $i ";done ``` more see this [repo](https://github.com/neilkuan/cdk-cloudformation-guard-demo)

yes @smaud . you are right . Use this way, before `cfn-guard` native support it. lol

> ![image](https://private-user-images.githubusercontent.com/22386267/255446379-50a0d2b6-c345-4fcd-ac6b-71ee34b5edf2.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTEiLCJleHAiOjE3MDE5MTQzNzcsIm5iZiI6MTcwMTkxNDA3NywicGF0aCI6Ii8yMjM4NjI2Ny8yNTU0NDYzNzktNTBhMGQyYjYtYzM0NS00ZmNkLWFjNmItNzFlZTM0YjVlZGYyLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFJV05KWUFYNENTVkVINTNBJTJGMjAyMzEyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjMxMjA3VDAxNTQzN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTMyYWEyOTA3NTc2ZThjNmE2NWFiY2NjZTY1ZjIyOWM1ODIwYzQyOThmMTU0NWZmZjZhNjdlNzE4MzYzMmE3NjgmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.1bnsMQcpIS9Fa--Pr-FLrRu3MablhyFPMpTDMeWRQNw) > > I installed other open-source eBPF-based observability tool and everything works fine. This shows that my k8s cluster is definitely fine.我安裝了其他基於 eBPF 的開源可觀測性工具,一切正常。這說明我的 k8s 集群肯定沒問題。 Hello @ztdawang...

Sorry, I didn't understand what are you talking about. So you want to submit a `gitlab-ci.yaml` file in this project?

Hi @KennyDizi Please run yarn build at local. And commit API.md file. Thanks

This only applies to Terraform AWS provider versions up to `6.x.x`, where `data.aws_region.current.name` is deprecated.