multy
multy copied to clipboard
Multy - Easily deploy multi cloud infrastructure. Write cloud-agnostic config deployed across multiple clouds
All providers have some way or another to put managed databases behind a private IP so that it's only accessible from within a private network
Right now PublicIpId is ignored on both AWS and Azure when setting it directly on the virtual machine resource. While it can be done through a network interface, it'd be...
Right now, priority is only used in Azure and we don't expose any way to deny traffic. We need to: - Expose a way to deny traffic in a NSG,...
Tracked individually by resource: #267 - virtual network #268 - subnet #269 - route table #271 - network security group
- AWS: https://aws.amazon.com/ec2/instance-types/ - Azure: https://docs.microsoft.com/en-us/azure/virtual-machines/sizes Unify the following types: - General purpose - Compute optimized - Memory optimized - Storage optimized - GPU optimized Not all types / sizes...
Hello multy team, I'm one of the co-chairs of the CNCF TAG-Runtime, I'm reaching out and think it would be great for you to present/discuss the project at one of...
Add unit tests for resource_metadata: - importing config - make sure everything is added and GetAffectedResources returns what's expected - exporting config - creating resource - make sure that resource...