multy
multy copied to clipboard
Multy - Easily deploy multi cloud infrastructure. Write cloud-agnostic config deployed across multiple clouds
We'll need to go around terraform for this one
Support for cross-cloud object storage is dependent on: - Getting access to private resources from a different cloud: in azure this is done by a shared access signature; in aws...
Read attributes from internal terraform state and convert to object as per https://github.com/multycloud/multy/blob/main/resources/types/virtual_network.go#L65
Read attributes from internal terraform state and convert to object as per https://github.com/multycloud/multy/blob/main/resources/types/virtual_network.go#L65
Read attributes from internal terraform state and convert to object as per https://github.com/multycloud/multy/blob/main/resources/types/virtual_network.go#L65
Read attributes from internal terraform state and convert to object as per https://github.com/multycloud/multy/blob/main/resources/types/virtual_network.go#L65
Read attributes from internal terraform state and convert to object as per https://github.com/multycloud/multy/blob/main/resources/types/virtual_network.go#L65
Read attributes from internal terraform state and convert to object as per https://github.com/multycloud/multy/blob/main/resources/types/virtual_network.go#L65
Something like: ``` message VirtualNetworkArgs { ... message AwsOverrides { string vm_size = 1; string location = 2; } message AzureOverrides { string vm_size = 1; string location = 2;...