terraform-controller icon indicating copy to clipboard operation
terraform-controller copied to clipboard

Add more supported cloud resource of Azure

Open matt-mi opened this issue 2 years ago • 3 comments

Hey,

We found this project is really cool and right now we're leveraging both Alicloud and Azure for our production environments, could you add more supported resources of Azure as I can only find 5 out there.

matt-mi avatar Jun 22 '22 14:06 matt-mi

@matt-mi Thanks for your interest in this project. Which could resources do you need?

zzxwill avatar Jul 05 '22 07:07 zzxwill

It would be better to have some commonly used resources supported like azure kubernetes service, azure functions, application gateways, web app service, azure sql and etc..

Meanwhile I'm kind of curious that even some Azure resources are yet to be supported from that documentation, will the resource still be created successfully if I just put normal terraform configuration file in sepc.hcl of Configuration manifest?

matt-mi avatar Jul 06 '22 06:07 matt-mi

It would be better to have some commonly used resources supported like azure kubernetes service, azure functions, application gateways, web app service, azure sql and etc..

Here is a quick way to support all of them https://kubevela.io/blog/2022/03/01/kubevela-generate-top-50-popular-resources-of-aws-using-100-lines-of-code.

Meanwhile I'm kind of curious that even some Azure resources are yet to be supported from that documentation, will the resource still be created successfully if I just put normal terraform configuration file in sepc.hcl of Configuration manifest?

Correct.

zzxwill avatar Jul 07 '22 07:07 zzxwill